您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
dwelle c3ea2431cb fix lint 3 年前
.github feat: Add ESLint (#176) 4 年前
public Add test images (#165) 4 年前
src [feat] added pm2 configs & .env for port 3 年前
.env.development [feat] added pm2 configs & .env for port 3 年前
.eslintrc.json feat: Add ESLint (#176) 4 年前
.gitignore [dev] updated git ignore 3 年前
Dockerfile Revert to 35314725, a version that works 4 年前
LICENSE Create LICENSE 5 年前
README.md update readme 3 年前
package.json set NODE_ENV in dev and bump ts-node-dev 3 年前
pm2.json fix lint 3 年前
pm2production.json [feat] added pm2 configs & .env for port 3 年前
tsconfig.json Switch back to yarn, add in prettier linting 5 年前
yarn.lock set NODE_ENV in dev and bump ts-node-dev 3 年前

README.md

Excalidraw Portal

Collaboration server for Excalidraw

Development

  • install
  yarn
  • run development server
  yarn start:dev

Deployment

NOTE: currently the server IS NOT deployed automatically on push to the master branch, and must be done so manually by an admin.