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
|
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-02-19 01:19:05 +08:00
|
|
|
## 📦 Deployed on Vercel:
|
2022-01-16 22:40:15 +08:00
|
|
|
|
2022-02-19 22:04:44 +08:00
|
|
|
[https://svgparty.vercel.app/](https://svgparty.vercel.app/)
|