Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 663 Bytes

README.md

File metadata and controls

55 lines (36 loc) · 663 Bytes

Cyanz CMS ⚡

Create a new project with Vite, React JS, TypeScript, Eslint, Prettier in just 1 second and you don't need to setup anything.

Setup 📦

  1. Clone Template
git clone /~https://github.com/xlCyanz/habbo-cyanz-cms.git
  1. Install Packages
yarn install
  1. Start Project
yarn dev
  1. If you using git, delete the existing folder .git after cloning (open git bash or other terminal)
rm -rf .git

Options ✍️

  1. Preview project
yarn preview
  1. Build project
yarn build
  1. Run test
yarn test
  1. Run test with coverage
yarn test:coverage