2022-03-04 21:34:58 +08:00
|
|
|
<p align="center">
|
|
|
|
<a href="https://svgl.vercel.app/">
|
2022-03-26 22:43:26 +08:00
|
|
|
<img src="https://raw.githubusercontent.com/pheralb/svgl/main/public/images/post.png" width="800px" alt="svgl preview" />
|
2022-03-04 21:34:58 +08:00
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
|
2022-01-17 06:27:55 +08:00
|
|
|
## 🚀 Getting started:
|
2022-01-16 22:40:15 +08:00
|
|
|
|
2022-03-04 21:34:58 +08:00
|
|
|
[SVGL](https://svgl.vercel.app/) is a beautiful collection of SVG logos. Free and open source.
|
|
|
|
|
2022-01-17 06:27:55 +08:00
|
|
|
You need:
|
|
|
|
|
2022-03-04 21:34:58 +08:00
|
|
|
- [Node.js 16+ (recommend: 16.14.0 LTS)](https://nodejs.org/en/)
|
2022-01-17 06:27:55 +08:00
|
|
|
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
|
|
|
|
|
|
|
|
and run:
|
2022-01-16 22:40:15 +08:00
|
|
|
|
|
|
|
```bash
|
2022-01-17 06:27:55 +08:00
|
|
|
npm install
|
2022-02-19 01:19:05 +08:00
|
|
|
npm run dev
|
2022-01-16 22:40:15 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
|
|
|
|
2022-03-04 21:34:58 +08:00
|
|
|
## 🔑 License:
|
2022-01-16 22:40:15 +08:00
|
|
|
|
2022-03-04 21:34:58 +08:00
|
|
|
MIT
|