DarkFlorist / lunaria

https://lunaria.dark.florist
The Unlicense
3 stars 2 forks source link

Lunaria

A decentralized asset management tool

https://lunaria.dark.florist/

For a more complete workflow on managing your assets, checkout these projects!

Commands

Install

this command will also install dependencies for you

npm run vendor

Development

# spins up a static server at http://localhost:8080
npm run serve

# parse and watch for typescript changes
npm run build -- --watch

Build for production

npm run build