- Install yarn
- Clone the repository
git clone https://github.com/Tessellate-CMI/tessellate-frontend
- Install dependencies
cd tessellate-frontend
yarn install
- Start the server
yarn dev
Following yarn
scripts are available:
- dev : Run dev server
- build : Build for production
- preview : Preview production
- check : Run svelte diagnostics
- check:watch : Run svelte diagnostics on watch
- lint : Lint code using
eslint
- format : Format code using
prettier
- commit : Commit staged files
Note: Please use yarn commit
instead of git commit
Note: Please use extensions recommended in .vscode/extensions.json
if you are using VSCode