A serverless application for rokka to manage a rokka account.
- Show statistics
- List images and apply changes to them
- Upload images
- List stacks
- Create new stacks.
For using rokka-dashboard you need to clone the repository and run the build for yourself at the moment. We plan to add automatic builds in the future.
This ensures the paths for including scripts etc. are correct in the built HTML and CSS files.
- clone the repo:
git clone https://github.com/rokka-io/rokka-dashboard.git && cd rokka-dashboard
- run npm install:
npm install
- run build:
npm run build HOMEPAGE_PATH
- open / deploy build directory:
open build/index.html
- clone the repo:
git clone https://github.com/rokka-io/rokka-dashboard.git && cd rokka-dashboard
- run npm install:
npm install
- run npm start:
npm start
- start hacking
- run linter:
npm run lint
- send a PR
See LICENSE.md