Skip to content

cyan-store/Admin

Repository files navigation

Admin

package-json-nuxt last-commit repo-size

The admin panel to cyan-store. Ensure @cyan-store/Assets is running and configured in .env for complete functionality. This is the API for the admin panel. The web interface can be found in /web.

Install

Follow instructions in web/README.md to setup the panel web interface.

$ npm i
$ cp .env.example .env
$ nano .env # or any editor...

Production/Development

$ npm run build # Production
$ npm run dev # Development

Lint/Format

$ npm run lint
$ npm run format

License

MIT