Skip to content

Commit edfcd2d

Browse files
authored
Update README.md
1 parent a81bd5e commit edfcd2d

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

README.md

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
# separator-generator
22

3-
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/zeit/next.js/tree/canary/packages/create-next-app).
3+
This is a A collection of pure css section separators with the possiblity to customize and copy the code.
4+
5+
[Live Demo](https://wweb.dev/resources/css-separator-generator)
6+
7+
![css separator generator preview](https://res.cloudinary.com/wwebdev/image/upload//v1585478579/resources/css-separator-generator_gsgzyp.png)
8+
49

510
## Getting Started
611

7-
First, run the development server:
12+
First, install the dependencies
13+
14+
```bash
15+
npm i
16+
```
17+
18+
19+
Then you can start the development server
820

921
```bash
1022
npm run dev
@@ -14,19 +26,3 @@ yarn dev
1426

1527
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
1628

17-
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
18-
19-
## Learn More
20-
21-
To learn more about Next.js, take a look at the following resources:
22-
23-
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
24-
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
25-
26-
You can check out [the Next.js GitHub repository](https://github.com/zeit/next.js/) - your feedback and contributions are welcome!
27-
28-
## Deploy on ZEIT Now
29-
30-
The easiest way to deploy your Next.js app is to use the [ZEIT Now Platform](https://zeit.co/) from the creators of Next.js.
31-
32-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

0 commit comments

Comments
 (0)