Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

tednaaa/fsrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Install packages

npm ci

Create .env from .env.example and fill credentials

🚨 For production use secrets

cp .env.example .env

Run development server and start coding

npm start

Run your production app in background

docker-compose up -d