Skip to content

Escola-Piloto-de-Computacao/wtcc

Repository files navigation

WTCC

  • Site do evento WTCC da UFERSA

Project setup

  • Node.js
  • TypeScript
  • TailwindCSS

How to contribute

To start contributing

  1. Clone the repository
git clone
  1. Create a branch
git checkout -b my-branch
  1. Unistall typescript
npm uninstall typescript
  1. Install correct typescript
npm install typescript@4.9.5
  1. Install dependencies
npm install

Development

  1. Start the server for testing
npm start
  1. Make your changes

  2. Commit your changes

git commit -m 'My changes'
  1. Push your branch
git push origin my-branch

Pull Request

  1. After you are done with your changes create a pull request on GitHub and wait for it to be reviewed and merged.

About

Repository for the development of the website for the IX WTCC event, held in UFERSA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors