Skip to content

andybeargen/read

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published