Skip to content

Latest commit

 

History

History
121 lines (87 loc) · 3.71 KB

README.md

File metadata and controls

121 lines (87 loc) · 3.71 KB

Logo

Event Platform. | Ignite-Lab#2

Application developed in the Rocketseat Ignite-Lab #2 💻🚀

AboutTechnologiesUsageContributionAuthorLicense

Home
Class-01 Class-02

📝 Event Platform. | Ignite-Lab #2 ⏰📈 Loading... 📝

🎯 About

Application developed in the second edition of ignite-lab - @Rocketseat. Event Platform.

🛠 Technologies

The following tools were used in the construction of the project:

👷 Usage

Required! 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

🤝 Contribution

This project is for study purposes too. All kinds of contributions are very welcome and appreciated!

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature.

💻 Author

Rodrigo Santos

By Rodrigo Santos 👋🏽 Find me:

Linkedin Badge | Gmail Badge

📝 License

This project is under the MIT license.