Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 796 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 796 Bytes

Node.js CI Expensemanapp

Status

See Status for uptime statistics

First installation

NPM, NodeJS and PM2 need to be installed. On First startup, run npm install npm run css-build to install all the neccessary dependencies.

Development

simply run "npm run dev" to start server and let it restart once changes are made.

Production

rename configuration.example.tsx to configuration.tsx and set your settings.

NodeJS documentation: https://nodejs.org/en/docs/guides/