mirror of
https://github.com/maciejpedzich/racemash.git
synced 2024-11-10 00:53:03 +01:00
45 lines
394 B
Markdown
45 lines
394 B
Markdown
|
# default
|
||
|
|
||
|
## 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
|
||
|
```
|
||
|
|
||
|
### Customize configuration
|
||
|
|
||
|
See [Configuration Reference](https://vitejs.dev/config/).
|