Skip to content

alswl/excalidraw.alswl.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

excalidraw.alswl.com

Online(no collaboration): https://excalidraw.alswl.com

Feature:

  • Chinese font with handwriting style
  • Pure static

If you want own your self-host excalidraw, please check my another project: alswl/excalidraw-collaboration.

Docs related:

Build:

# using my forked excalidraw
docker run -it --rm --name excalidraw docker.io/alswl/excalidraw:v0.17.0-fork-b1

# open another terminal
docker ps # check running state

cd excalidraw.alswl.com
rm -rf public
mkdir public
cd public
docker cp excalidraw:/usr/share/nginx/html/ - > files.tgz # replace your container id
tar xzvf files.tgz
mv html/* .
rmdir html
rm files.tgz
cd ..

# check and save your work
git add .

Run local:

cd public
python3 -m http.server

# open in another terminal
open 'http://127.0.0.1:8000/'

Production: hosting in Cloudflare Pages.

About

excalidraw.alswl.com build from https://github.com/alswl/excalidraw . Static // Support Chinese font // No Collaboration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published