limboy / canvasdraw

draw with code

Home Page:https://canvasdraw.limboy.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

draw with code

Draw with code

Try it now

Go to https://canvasdraw.limboy.me to start drawing. Here are some examples.

Installation

Requirements

Clone the repo

git clone https://github.com/limboy/canvasdraw.git

Install the dependencies

pnpm install

Start the server

pnpm build
pnpm dev

open http://localhost:3727 and start drawing.

Deploy

pnpm build
pnpm serve

it will listen to 3727 port, proxy nginx request to http://localhost:3727 like this:

location / {
  proxy_set_header Host $host;
  proxy_set_header X-Real-IP $remote_addr;
  proxy_pass http://localhost:3727;
}

About

draw with code

https://canvasdraw.limboy.me

License:MIT License


Languages

Language:JavaScript 56.3%Language:TypeScript 37.8%Language:HTML 5.6%Language:CSS 0.3%