svgl/README.md

20 lines
393 B
Markdown
Raw Normal View History

2022-01-17 06:27:55 +08:00
## 🚀 Getting started:
2022-01-16 22:40:15 +08:00
2022-01-17 06:27:55 +08:00
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:
2022-01-16 22:40:15 +08:00
```bash
2022-01-17 06:27:55 +08:00
npm install
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.
## 📦 Deployed on Vercel:
2022-01-16 22:40:15 +08:00
2022-03-03 22:48:37 +08:00
[https://svgl.vercel.app/](https://svgl.vercel.app/)