- Node.js (see .nvmrc for the recommended version)
First, install the dependencies and run the development server:
npm install
npm run devOpen http://localhost:3000 with your browser to see the result.
Copy the example environment file and adjust the values as needed:
cp .env.example .envSee docs/environment.md for more details.
- Check architecture and coding conventions: docs/README.md
- Run local code review workflow (Cursor): use
/review(defined in.cursor/skills/code-review/SKILL.md) - Follow commit message format: docs/commit-message.md
This project is licensed under the MIT License.
See the LICENSE file for more details.