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 vuotta sitten
.github feat: Add ESLint (#176) 3 vuotta sitten
public Add test images (#165) 3 vuotta sitten
src [feat] added pm2 configs & .env for port 2 vuotta sitten
.env.development [feat] added pm2 configs & .env for port 2 vuotta sitten
.eslintrc.json feat: Add ESLint (#176) 3 vuotta sitten
.gitignore [dev] updated git ignore 2 vuotta sitten
Dockerfile Revert to 35314725, a version that works 3 vuotta sitten
LICENSE Create LICENSE 4 vuotta sitten
README.md update readme 2 vuotta sitten
package.json set NODE_ENV in dev and bump ts-node-dev 2 vuotta sitten
pm2.json fix lint 2 vuotta sitten
pm2production.json [feat] added pm2 configs & .env for port 2 vuotta sitten
tsconfig.json Switch back to yarn, add in prettier linting 4 vuotta sitten
yarn.lock set NODE_ENV in dev and bump ts-node-dev 2 vuotta sitten

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.