So, you want to help? Here's where to start!
- Take a look at the existing Issues or create a new issue!
- Fork the Repo. Then, create a branch for any issue that you are working on. Finally, commit your work.
- Create a Pull Request, which will be reviewed and given suggestions for improvements (if needed).
Node.js version installed, latest LTS is recommended
Setup and install the needed dependencies by following these steps:
git clone https://github.com/sabinadams/aurora
cd aurora
npm i
npm run dev
You're workflow will be as the following:
- Add/Remove/Update/Delete prisma schemas in the
prisma
directory when you're developing a new feature or fixing a bug. - Make code changes.
- See the results of your changes in
generated.prisma
file.