Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 342 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 342 Bytes

betauia.net

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

docker-compose

sudo docker-compose up -d --build

enviroments variables

# edit prod-sample.env
cp prod-sample.env .env