Technologies | Project | How to run | How to contribute
This project was developed with the following technologies:
- Node.js - v18.12.1
- Npm - 8.19.2
- Vite - ^5.3.1
- TypeScript - ^5.2.2
- Tailwindcss - ^3.4.4
- Tailwind-merge - ^2.3.0
- Tailwindcss/forms - ^0.5.7
- Day.js - ^1.11.11
- Faker.js - ^8.4.1
- Lucide React - ^0.397.0
Project developed with Vite and TypeScript for an event manager.
NLW event on the Rocketseat platform.
- Clone the project.
- Clone the API project to run both.
- Go to the project folder and run 'npm install' (use 'yarn install' if that's your configuration).
- npm run dev to run the project on the indicated port.
- 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
.
After your pull request is merged, you can delete your branch.
This project is under the MIT license.