File tree Expand file tree Collapse file tree 1 file changed +9
-26
lines changed
Expand file tree Collapse file tree 1 file changed +9
-26
lines changed Original file line number Diff line number Diff line change 1- # Nuxt 3 Minimal Starter
1+ # Creative Code Berlin Website
22
3- Look at the [ Nuxt 3 documentation] ( https://nuxt.com/docs/getting-started/introduction ) to learn more.
3+
4+ Welcome to the Creative Code Berlin website source code, you can visit our website [ creativecode.berlin] ( http://creativecode.berlin )
5+
6+
7+ ## Development Instructions
8+
9+
10+ Look at the [ Nuxt 3 documentation] ( https://nuxt.com/docs/getting-started/introduction ) to learn more about nuxt.js.
411
512## Setup
613
@@ -9,12 +16,6 @@ Make sure to install the dependencies:
916``` bash
1017# npm
1118npm install
12-
13- # pnpm
14- pnpm install
15-
16- # yarn
17- yarn install
1819```
1920
2021## Development Server
@@ -24,12 +25,6 @@ Start the development server on `http://localhost:3000`:
2425``` bash
2526# npm
2627npm run dev
27-
28- # pnpm
29- pnpm run dev
30-
31- # yarn
32- yarn dev
3328```
3429
3530## Production
@@ -39,25 +34,13 @@ Build the application for production:
3934``` bash
4035# npm
4136npm run build
42-
43- # pnpm
44- pnpm run build
45-
46- # yarn
47- yarn build
4837```
4938
5039Locally preview production build:
5140
5241``` bash
5342# npm
5443npm run preview
55-
56- # pnpm
57- pnpm run preview
58-
59- # yarn
60- yarn preview
6144```
6245
6346Check out the [ deployment documentation] ( https://nuxt.com/docs/getting-started/deployment ) for more information.
You can’t perform that action at this time.
0 commit comments