Skip to content

Commit

Permalink
Add instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealche committed Dec 2, 2021
1 parent 98371bb commit ba279f5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Next Node Auth Monorepo Starter
![](demo.mov)
![](./demo.mov)

This is a starter template for a project with:
+ [Next.js](https://nextjs.org/)
Expand All @@ -25,3 +25,9 @@ What may differentiate this repo from other starter templates is that this repo
* Deploy your frontend to Vercel (plays along very well with Next.js) and your backend to Heroku/Render/AWS/etc...
* Super simple migrations with Prisma

## How to run
0. Run `yarn` to install everything
1. Replace the DATABASE_URL in `packages/backend/.env.development`
2. `cd packages/backend` and run `yarn migrate:dev` to create the DB schema in your dev database
3. cd back into the root of the project and run `yarn server` to lift the server and `yarn web` to lift the Next.js frontend

0 comments on commit ba279f5

Please sign in to comment.