Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
dwelle c3ea2431cb fix lint 3 anos atrás
.github feat: Add ESLint (#176) 4 anos atrás
public Add test images (#165) 4 anos atrás
src [feat] added pm2 configs & .env for port 3 anos atrás
.env.development [feat] added pm2 configs & .env for port 3 anos atrás
.eslintrc.json feat: Add ESLint (#176) 4 anos atrás
.gitignore [dev] updated git ignore 3 anos atrás
Dockerfile Revert to 35314725, a version that works 4 anos atrás
LICENSE Create LICENSE 5 anos atrás
README.md update readme 3 anos atrás
package.json set NODE_ENV in dev and bump ts-node-dev 3 anos atrás
pm2.json fix lint 3 anos atrás
pm2production.json [feat] added pm2 configs & .env for port 3 anos atrás
tsconfig.json Switch back to yarn, add in prettier linting 5 anos atrás
yarn.lock set NODE_ENV in dev and bump ts-node-dev 3 anos atrás

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.