savanni
52ca039f45
This MR scans the filesystem in the specified directory. It assembles a list of files from the scan and then presents that entire list to the UI. The UI then renders it. Resolves: https://www.pivotaltracker.com/story/show/184466979 Co-authored-by: Savanni D'Gerinel <savanni@luminescent-dreams.com> Reviewed-on: savanni/tools#24
10 lines
135 B
Makefile
10 lines
135 B
Makefile
|
|
server-dev:
|
|
cd server && cargo watch -x run
|
|
|
|
server-test:
|
|
cd server && cargo watch -x test
|
|
|
|
client-dev:
|
|
cd client && npm run watch
|