❗ This project is online at here 😱
These instructions will get you a copy of the project up and running on your local machine for development purposes.
You need to install NodeJS on your computer before you can use "Event Platform". You can install NodeJS by following these instructions.
Once you have completed the installation process, try typing npm -v into your command line. You should get a response with the version of NodeJS.
You need to have a GraphCMS account to be able to clone the database.
After creating your account, simply clone the database by clicking here.
After clone repository, go to folder and follow this steps:
- Create a file
.envbased on the file.env.example; - Place your settings inside the
.envfile; - Create a file
codegen.yamlbased on the filecodegen.example.yaml; - Place your settings inside the
.codegen.yamlfile; - Run
npm ito install dependencies; - Run
npm run codegen; - Run
npm run devto start application.
Now you can use from your browser "Event Platform".
- ReactJS
- Vite
- GraphQL
- Apollo
- GraphCMS
- GraphQL Code Generator
- Tailwind CSS
- Vercel
This project is licensed under the MIT License - see the LICENSE.md file for details.
Based on Ignite Lab Rocketseat 🚀