You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to provide a complete Next.js environment so that users can simply clone the project and run pnpm i + katharsis to get started. Additionally, we should improve the related documentation and simplify the files as much as possible.
Rationale
The files in the example are not complete, and we shouldn't assume that users will have these files already. Instead, we should guide users on how to properly configure the necessary files.
Additional Information
We can create a Next.js project using create-next-app, then write the required files and include instructions in the README.md on how to run the project and configure the necessary settings.
The text was updated successfully, but these errors were encountered:
We also need to add a unit test and a CI test for the example to ensure it works correctly. Additionally, we should exclude the corresponding build directories when committing to Git.
Example Description
We need to provide a complete Next.js environment so that users can simply clone the project and run
pnpm i
+katharsis
to get started. Additionally, we should improve the related documentation and simplify the files as much as possible.Rationale
The files in the example are not complete, and we shouldn't assume that users will have these files already. Instead, we should guide users on how to properly configure the necessary files.
Additional Information
We can create a Next.js project using
create-next-app
, then write the required files and include instructions in theREADME.md
on how to run the project and configure the necessary settings.The text was updated successfully, but these errors were encountered: