Skip to content

cyan-store/Shop

Repository files navigation

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