Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.07 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.07 KB

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