1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-08 07:07:15 +02:00

fix: Update guide

This commit is contained in:
Phuoc Nguyen
2022-09-24 10:11:15 +07:00
parent ffc742d297
commit b199218b32

View File

@@ -26,7 +26,7 @@ By composing them, you can have any possible layout that exists in the real life
- Clone the project:
```shell
$ git clone https://github.com/1milligram/csslayout
$ git clone https://github.com/phuocng/csslayout
```
- Install the dependencies:
@@ -39,10 +39,10 @@ $ npm install
- Run it on the local:
```shell
$ npm run dev
$ npm run start
```
Visit http://localhost:3000 to see it in action.
Visit http://localhost:8081 to see it in action.
## Contributing