- Site do evento WTCC da UFERSA
- Node.js
- TypeScript
- TailwindCSS
- Clone the repository
git clone- Create a branch
git checkout -b my-branch- Unistall typescript
npm uninstall typescript- Install correct typescript
npm install typescript@4.9.5- Install dependencies
npm install- Start the server for testing
npm start-
Make your changes
-
Commit your changes
git commit -m 'My changes'- Push your branch
git push origin my-branch- After you are done with your changes create a pull request on GitHub and wait for it to be reviewed and merged.