https://github.com/trydma/web-sketcher
Web application for drawing and sketching
https://github.com/trydma/web-sketcher
svelte sveltekit
Last synced: 24 days ago
JSON representation
Web application for drawing and sketching
- Host: GitHub
- URL: https://github.com/trydma/web-sketcher
- Owner: trydma
- Created: 2023-07-16T18:44:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T20:35:12.000Z (about 2 years ago)
- Last Synced: 2025-03-16T21:59:26.877Z (over 1 year ago)
- Topics: svelte, sveltekit
- Language: Svelte
- Homepage: https://web-sketcher-nu.vercel.app
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web-Sketcher 💅
Web application for sketching.
## Basic commands 🤖
### Dependency installation
```
npm install
```
### Starting a local server
```
npm run dev
```
### Project build
```
npm run build
```