Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
dwelle c3ea2431cb fix lint il y a 3 ans
.github feat: Add ESLint (#176) il y a 4 ans
public Add test images (#165) il y a 4 ans
src [feat] added pm2 configs & .env for port il y a 3 ans
.env.development [feat] added pm2 configs & .env for port il y a 3 ans
.eslintrc.json feat: Add ESLint (#176) il y a 4 ans
.gitignore [dev] updated git ignore il y a 3 ans
Dockerfile Revert to 35314725, a version that works il y a 4 ans
LICENSE Create LICENSE il y a 5 ans
README.md update readme il y a 3 ans
package.json set NODE_ENV in dev and bump ts-node-dev il y a 3 ans
pm2.json fix lint il y a 3 ans
pm2production.json [feat] added pm2 configs & .env for port il y a 3 ans
tsconfig.json Switch back to yarn, add in prettier linting il y a 5 ans
yarn.lock set NODE_ENV in dev and bump ts-node-dev il y a 3 ans

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.