Skip to content

Commit c3a9e62

Browse files
authored
Merge pull request #63 from CreativeCodeBerlin/Stefterv-patch-1
Update README.md
2 parents 74c6b3b + b256cc8 commit c3a9e62

File tree

1 file changed

+9
-26
lines changed

1 file changed

+9
-26
lines changed

README.md

Lines changed: 9 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
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
1118
npm 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
2627
npm 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
4136
npm run build
42-
43-
# pnpm
44-
pnpm run build
45-
46-
# yarn
47-
yarn build
4837
```
4938

5039
Locally preview production build:
5140

5241
```bash
5342
# npm
5443
npm run preview
55-
56-
# pnpm
57-
pnpm run preview
58-
59-
# yarn
60-
yarn preview
6144
```
6245

6346
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.

0 commit comments

Comments
 (0)