Skip to content

AymericBebert/rerum-imperium

Repository files navigation

Rerum Imperium

Control your things!

Installation

npm install

Development server

Run npm run start for a dev server. Navigate to http://localhost:4600/. The app will automatically reload if you change any of the source files.

Build and publish new version

We use GitHub Actions on tags to build the docker image

git tag 1.0.0
git push origin 1.0.0

Running unit tests

npm run test

Run as static website

npm run build:serve