Continued working on the scaffolding of the development environment

This commit is contained in:
2022-02-19 02:50:03 -05:00
parent ceb27ca327
commit 01837faf36
10 changed files with 8093 additions and 219 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
docker run --rm -w /usr/src/app -v "$PWD":/usr/src/app -p 3000:3000 -d --name bitgoblin node:lts npm run watch
docker run --rm -w /usr/src/app -v "$PWD":/usr/src/app -p 3000:3000 -d --name bitgoblin node:lts npm run dev