You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dwelle c3ea2431cb fix lint преди 2 години
.github feat: Add ESLint (#176) преди 3 години
public Add test images (#165) преди 3 години
src [feat] added pm2 configs & .env for port преди 2 години
.env.development [feat] added pm2 configs & .env for port преди 2 години
.eslintrc.json feat: Add ESLint (#176) преди 3 години
.gitignore [dev] updated git ignore преди 2 години
Dockerfile Revert to 35314725, a version that works преди 3 години
LICENSE Create LICENSE преди 4 години
README.md update readme преди 2 години
package.json set NODE_ENV in dev and bump ts-node-dev преди 2 години
pm2.json fix lint преди 2 години
pm2production.json [feat] added pm2 configs & .env for port преди 2 години
tsconfig.json Switch back to yarn, add in prettier linting преди 4 години
yarn.lock set NODE_ENV in dev and bump ts-node-dev преди 2 години

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.