mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
26 lines
648 B
Markdown
26 lines
648 B
Markdown
<p align="center" style="margin-top:5px">
|
|
<img src="https://raw.githubusercontent.com/pheralb/svgparty/main/public/images/logo.png" width="85px" alt="svgparty logo" />
|
|
</p>
|
|
<h2 align="center">SVGParty - Beautiful SVG vector logos</h2>
|
|
<br />
|
|
|
|
## 🚀 Getting started:
|
|
|
|
You need:
|
|
|
|
- [Node.js 16+ (recommend: 16.13.2 LTS)](https://nodejs.org/en/)
|
|
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
|
|
|
|
and run:
|
|
|
|
```bash
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
|
|
|
## 📦 Deployed on Vercel:
|
|
|
|
[https://svgparty.vercel.app/](https://svgparty.vercel.app/)
|