Aplicação Rocketseat Ignite-Lab #2 💻🚀
Install git, node and yarn (or npm).
# Clone Repository
$ git clone https://github.com/RodrigoSaantos/event-platform.git
# Go to server folder
$ cd event-platform
# Install Dependencies
$ yarn
# or
$ npm install
# updated file .example.env to your variables graphcms
# rename file .example.env to .env.local
# Run Aplication
$ yarn dev
# or
$ npm run dev
# Access localhost
http://localhost:3000