diff --git a/frontend/README.md b/frontend/README.md index 25b5821..268135d 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,75 +1,2 @@ -# Nuxt Minimal Starter +# BuildPath - Nuxt -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. diff --git a/frontend/package.json b/frontend/package.json index ecc7c5a..56becaf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,5 +1,5 @@ { - "name": "nuxt-app", + "name": "buildpath", "private": true, "type": "module", "scripts": { diff --git a/frontend/pages/about.vue b/frontend/pages/about.vue index 0accf8c..e48393a 100644 --- a/frontend/pages/about.vue +++ b/frontend/pages/about.vue @@ -23,6 +23,8 @@