This project was developed during the ReactJS track, available on Rocketseat's Ignite.
Users should be able to:
- Login with github
- Make subscription payment
- List blog posts
- Read blog post
- NextJS
- ReactJS
- Prismic CMS
- FaunaDB
- Stripe
- Sass
- Website - Daniel Mafra
- LinkedIn - @danielmafradev
- Instagram - @danielmafradev
Clone the repository using "git clone". After that, go to the project folder and use the command "npm install" or "yarn install" to install the dependencies.
Configure authentication on Github and create an account / configure the project on the following services: Stripe, FaunaDB and Prismic CMS.
With the account created / project created in the services, rename the file .env.local.example to .env.local and add the access keys in the file.
Finally use the command "npm run dev" or "yarn dev" to start the project.