https://github.com/phucbm/svg-fundamentals
https://github.com/phucbm/svg-fundamentals
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phucbm/svg-fundamentals
- Owner: phucbm
- Created: 2022-05-11T03:02:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T02:05:00.000Z (about 4 years ago)
- Last Synced: 2026-03-27T04:46:52.242Z (4 months ago)
- Language: HTML
- Size: 2.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SVG Fundamentals
[Read notes](https://phucbm.memos.pub/svg-fundamentals)
## Deployment
Install gulp
```shell
npm install
```
And start server
```shell
gulp serve
```