https://next-playground.vercel.app
There are two ways to set up a local development environment. Read below and choose the one you prefer.
Please install Node.js (v22.x) first.
After installation is complete, follow the steps below:
npm i
npm run devAccess following link to check the app is working:
Please install Docker first.
After installation is complete, execute the command below:
docker-compose upAfter a while, access following link to check the app is working:
The above setup can be used for development, but you can also setup dev env with using the VS Code Dev Containers extension.
- Install VS code and the Dev Containers extension.
- [Optional] To share git credential with the container, run
ssh-add $HOME/.ssh/your_ssh_rsa. See following for more info: https://code.visualstudio.com/remote/advancedcontainers/sharing-git-credentials - Run the
Dev Containers: Open Folder in Container...command from the Command Palette or quick actions Status bar item, and select the project folder. - Wait until the building of the application is finished, then access the application url
The E2E testing is executed by Playwright Test.
Detailed in playwright.config.ts and e2e-test/e2e-test.spec.ts.
To run the E2E test, do the following:
npx playwright testOr
npm run test:e2eSee Playwright Docs for more details.
Update the following file, which contains the site name and other metadata.
constants/siteMetadata.ts
To update the contents of your own blog, you can update the contents in contents/blog.
You can write blogs in markdown by referring to the following:
