Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 767 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 767 Bytes

Store

package-json-nuxt last-commit repo-size

The frontend shop to cyan-store. Ensure @cyan-store/Hook and @cyan-store/Assets is running and configured in .env for complete functionality.

Install

$ 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
$ npm run type-check

License

MIT