ablo-demo-fe
v0.0.113
Published
To run this project locally, follow these steps:
Downloads
323
Readme
ABLO Client dashboard
To run this project locally, follow these steps:
- Install the dependencies
$ npm install
- Run in development mode
# development
$ npm run dev
- Build for production
# production
$ npm run build
Publishing to npm
To publish to npm
you have to be logged in and added to Space Runners organization.
- Bump version in
package.json
- Run
npm run build:library
- Run
npm publish