Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)