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

Latest commit

 

History

History
16 lines (12 loc) · 422 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 422 Bytes

Stacktrends

You will need npm to build the project.

To install the project dependencies, run

npm install

To build the project and start an HTTP server, run

npm run dev

The application will then be available at http://localhost:8080. As long as you leave the npm run dev process running, the project will be rebuilt automatically whenever a file is changed.