makeapullre.quest

A community resource dedicated to improving the quality and ease of writing and assessing code changes.

MIT License

Stars
0

Make A Pull Request

Development Getting Started 🚀

Node environment:

File: .nvmrc

v18.13.0

Use a tool like nvm or volta to manage Node versions.

Install dependencies:

npm ci

Then, run the development server:

npm run dev
Related Projects