A web site for uploading and sharing solutions for the game TIS-100.
- A user account system
- Anonmous user or registerd user can submit solution
- Registered user can submit problems
- Both solutions and problems can be reviewied by Anonmous/Registed users and resaved as seperate entries
- Solution Validation
sqlx migrate run
npm install
npm run dev:watch
docker-compose up
access the local shell of the application
docker-compose exec tis100 /bin/bash
MIT