andybeargen / read

LitCritters - Gamified e-reading
GNU Affero General Public License v3.0
1 stars 0 forks source link
ereader gamification gatcha react

LitCritters

Open in Dev Containers

Tech Stack

Deployment

This project is Dockerized and can be deployed using the following commands:

Development Environment

Make sure Docker is installed and running on your machine.

Run the following command to start the development server:

make dev_init # installs the required packages
make dev      # starts the development server

Windows

Alternatively, you can run the following commands to start the development server without having to install make:

dev.ps1

Production

Make sure Docker is installed and running on your machine.

Run the following command to start the production server:

make prod