Skip to content

Commit 25fe50b

Browse files
authored
Update README.md
1 parent 150c97d commit 25fe50b

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ The content in this repository is temporary, we are making new web design for We
99

1010
## Getting Started
1111

12-
<a href="https://app.netlify.com/start/deploy?repository=https://github.com/web3community/web3community.github.io&amp;stack=cms"><img src="https://www.netlify.com/img/deploy/button.svg" alt="Deploy to Netlify" /></a>
13-
1412
> Make sure to read our [contributing guidelines](https://github.com/WebXDAO/WebXDAO.github.io/blob/main/CONTRIBUTING.md)
1513
1614
### 1\. Skip all of the steps below by using Gitpod, which would automatically do all of that for you
@@ -35,18 +33,8 @@ cd WebXDAO.github.io
3533
npm install
3634
```
3735

38-
### 5\. Build the project to generate the first CSS
39-
40-
This step is only required the very first time.
36+
### 5\. Run Nextjs
4137

4238
```
43-
npm run build
39+
npm run dev
4440
```
45-
46-
### 6\. Run Nextjs
47-
48-
```
49-
npm run start
50-
```
51-
52-
### 7\. ✨ Enjoy

0 commit comments

Comments
 (0)