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.
Follow instructions in web/README.md to setup the panel web interface.
$ npm i
$ cp .env.example .env
$ nano .env # or any editor...$ npm run build # Production
$ npm run dev # Development$ npm run lint
$ npm run format