https://github.com/moduleart/sketch-the-story
https://github.com/moduleart/sketch-the-story
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moduleart/sketch-the-story
- Owner: ModuleArt
- Created: 2023-04-13T12:34:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T18:00:16.000Z (about 3 years ago)
- Last Synced: 2024-05-22T13:26:37.583Z (about 2 years ago)
- Language: TypeScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# essentials
## Project setup
```
# yarn
yarn
# npm
npm install
# pnpm
pnpm install
```
### Compiles and hot-reloads for development
```
# yarn
yarn dev
# npm
npm run dev
# pnpm
pnpm dev
```
### Compiles and minifies for production
```
# yarn
yarn build
# npm
npm run build
# pnpm
pnpm build
```
### Lints and fixes files
```
# yarn
yarn lint
# npm
npm run lint
# pnpm
pnpm lint
```
### Customize configuration
See [Configuration Reference](https://vitejs.dev/config/).