This repository is a self-implementation of Create a Next.js App Tutorial
- Node.js installed, version 10.13 or later
$ cp .env.example .env
$ npm run dev
$ npm run test:e2e
This repository has CI/CD configured with Github Actions + Vercel.
-
For each commit pushed to any branch, Vercel performs a Preview Deployment and provides a Preview URL used to perform all tests. If the tests pass, the code can be merged into the
master
branch -
For each commit pushed to
master
, Vercel deploy the code in Production environment.
This project depends of BrasilAPI, a project by Filipe Deschamps (a person who inspires me)
If you find any problem or have a suggestion, please open an issue.
- Rafael Dias - Software Developer
- This project is licensed under the MIT License - see the LICENSE file for more details.