midudev / esland-web
- воскресенье, 31 декабря 2023 г. в 00:00:05
Web de los premios Esland para fines didácticos
Warning
This page is not official. The official page is premiosesland.com.
git clone git@github.com:midudev/esland-web.git# Install bun for MacOS, WSL & Linux:
curl -fsSL https://bun.sh/install | bash
# Install bun for Windows:
powershell -c "iwr bun.sh/install.ps1|iex"
# Install with bun:
bun install# Install pnpm globally if you don't have it:
npm install -g pnpm
# Install dependencies:
pnpm install# Run with bun:
bun dev
# Run with pnpm:
pnpm dev| Command | Action | |
|---|---|---|
| ⚙️ | dev or start |
Starts local dev server at localhost:3000. |
| ⚙️ | build |
Build your production site to ./dist/. |
| ⚙️ | preview |
Preview your build locally, before deploying. |