Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jef1056/mallet
A realtime, modern, and transparent hackathon juding and logistics software, designed with a focus on simplifying the the process of judging for hackers, judges, and organizers alike
https://github.com/jef1056/mallet
Last synced: about 2 months ago
JSON representation
A realtime, modern, and transparent hackathon juding and logistics software, designed with a focus on simplifying the the process of judging for hackers, judges, and organizers alike
- Host: GitHub
- URL: https://github.com/jef1056/mallet
- Owner: JEF1056
- License: agpl-3.0
- Created: 2024-05-05T00:33:18.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T19:35:57.000Z (5 months ago)
- Last Synced: 2024-08-09T20:57:31.094Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Mallet
A realtime, modern, and transparent hackathon juding and logistics software, designed with a focus on simplifying the the process of judging for hackers, judges, and organizers alike
# Setup
We reccomend using Docker and docker-compose
### Development
Set up types locally with the following commands:
```
cd graphql
npm install
cd ../frontend
npm install
cd ..
```Use the following command to set up and watch for live changes:
```
docker-compose up --build --watch
```### Production
Follow the docker installation instructions [here](https://docs.docker.com/engine/install/)Then run the following command:
```
docker-compose -f docker-compose.prod.yml up --build -d
```Boom! You're done! Mallet is running in production mode on `localhost:3000`
Alternatively, [Coolify support coming soon](https://coolify.io/docs/introduction)