選択できるのは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.