This is an example of a README file for a project. It is written in Markdown and contains a few examples of how to format your README file.
Run the following command to setup the project:
# npm install
# yarn install
pnpm install
Run the following command to start the project:
# npm run dev
# yarn run dev
pnpm run dev
Run the following command to build the project:
# npm run build
# yarn run build
pnpm run build
You may also want to run the following command to start the project:
# npm run start
# yarn run start
pnpm run start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.