Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 337 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 337 Bytes

sway

This is the repository containing the code for the TNE Sway Dashboard. This will be an interactive web-based dashboard for controlling economy functionality.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build