An open API service indexing awesome lists of open source software.

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

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
```