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 пре 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.