Thank you for purchasing Scalo. I hope it's going to be helpful for you. Please share your feedback by filling out the form
Please refer online documentation for full details
- Install dependencies
npm install
- Run the dev server
npm run dev
- Or build and preview:
npm run build
npm run preview
- Install dependencies
yarn
- Run the dev server
yarn dev
- Or build and preview:
yarn build
yarn preview
- Install dependencies
bun i
- Run the dev server
bun run dev
- Or build and preview:
bun run build
bun run preview
Note: It is compatible with all 3 major package managers (NPM, Yarn & Bun) We recommended using bun for faster deps installation