rokka-io / rokka-dashboard

Serverless dashboard for rokka.io
https://rokka.io
MIT License
7 stars 0 forks source link

Rokka dashboard

A serverless application for rokka to manage a rokka account.

Features

Usage

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.

  1. clone the repo: git clone https://github.com/rokka-io/rokka-dashboard.git && cd rokka-dashboard
  2. run npm install: npm install
  3. run build: npm run build HOMEPAGE_PATH
  4. open / deploy build directory: open build/index.html

Development / Contributing

  1. clone the repo: git clone https://github.com/rokka-io/rokka-dashboard.git && cd rokka-dashboard
  2. run npm install: npm install
  3. run npm start: npm start
  4. start hacking
  5. run linter: npm run lint
  6. send a PR

License

See LICENSE.md