Giter VIP home page Giter VIP logo

excalidraw.alswl.com's Introduction

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.

excalidraw.alswl.com's People

Contributors

alswl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

excalidraw.alswl.com's Issues

questions about the self-host excalidraw sites.

Several questions, hope to get answered.

  1. looking for a solution to deploy it via free netlify, vencel. Currently I successfully deploy the frontend via Vercel , see my blog (https://medium.com/@ozbillwang/unlocking-the-power-of-vercel-effortless-website-deployment-for-your-next-big-idea-bb507b5f84be)

But can't make the backend work, include API, room, storage,etc. Support js deployment is harder, still can't figure out.

  1. could you show me the images in https://hub.docker.com/search?q=alswl how they are built, where is their Dockerfile

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.