diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-04-03 21:47:18 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-04-03 21:47:18 +0200 |
commit | 400a81fdae4ea1ff2263024a7cd0618fc31076ca (patch) | |
tree | 77b4a41084af4330c5d002785936f56bb46528fb /frontend/README.md | |
parent | 0d987f5c97cc8c0e205193ef8c67745ac981d5bf (diff) |
Use TUI instead of Web
Diffstat (limited to 'frontend/README.md')
-rw-r--r-- | frontend/README.md | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/frontend/README.md b/frontend/README.md deleted file mode 100644 index 25b5821..0000000 --- a/frontend/README.md +++ /dev/null @@ -1,75 +0,0 @@ -# Nuxt Minimal Starter - -Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. - -## Setup - -Make sure to install dependencies: - -```bash -# npm -npm install - -# pnpm -pnpm install - -# yarn -yarn install - -# bun -bun install -``` - -## Development Server - -Start the development server on `http://localhost:3000`: - -```bash -# npm -npm run dev - -# pnpm -pnpm dev - -# yarn -yarn dev - -# bun -bun run dev -``` - -## Production - -Build the application for production: - -```bash -# npm -npm run build - -# pnpm -pnpm build - -# yarn -yarn build - -# bun -bun run build -``` - -Locally preview production build: - -```bash -# npm -npm run preview - -# pnpm -pnpm preview - -# yarn -yarn preview - -# bun -bun run preview -``` - -Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information. |