diff options
| author | 2024-09-07 15:15:32 +0800 | |
|---|---|---|
| committer | 2024-09-07 15:15:32 +0800 | |
| commit | 72a79bd525e72f80c6b46b4514f0e6bb4c3cc07a (patch) | |
| tree | 16bd9b550f7fd406be726c3a2380ef24ca14bfe0 /site/README.md | |
| parent | 8a32052835e155b5577fe15cd2b09b7aa56a8d65 (diff) | |
| download | HydroRoll-72a79bd525e72f80c6b46b4514f0e6bb4c3cc07a.tar.gz HydroRoll-72a79bd525e72f80c6b46b4514f0e6bb4c3cc07a.zip | |
refactor(site): move site to HydroRoll-site repo
Diffstat (limited to 'site/README.md')
| -rw-r--r-- | site/README.md | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/site/README.md b/site/README.md deleted file mode 100644 index 0088588..0000000 --- a/site/README.md +++ /dev/null @@ -1,69 +0,0 @@ -# essentials - -## Project setup - -``` -# yarn -yarn - -# npm -npm install - -# pnpm -pnpm install - -# bun -bun install -``` - -### Compiles and hot-reloads for development - -``` -# yarn -yarn dev - -# npm -npm run dev - -# pnpm -pnpm dev - -# bun -bun run dev -``` - -### Compiles and minifies for production - -``` -# yarn -yarn build - -# npm -npm run build - -# pnpm -pnpm build - -# bun -bun run build -``` - -### Lints and fixes files - -``` -# yarn -yarn lint - -# npm -npm run lint - -# pnpm -pnpm lint - -# bun -bun run lint -``` - -### Customize configuration - -See [Configuration Reference](https://vitejs.dev/config/). |
