An open source project for Randomizer Brasil website
Randomizer Brasil website – rbr.watch
This is the open source project for RBR Website. Made by the community for the community.
Our stack
- React
- Remix
- TailwindCSS
Installation
# install deps
yarn
# create .env file
cp .env.example .env
You should fill the env vars in .env
Development
yarn dev
Now open your browser and access http://localhost:3000
Commit
Stage your files and run git commit
. This will check for lint errors, type errors and will guide you through commit process
Contributing
Comming soon