📝 Frontend README.md with preliminary setup instructions

This commit is contained in:
Eric Doughty-Papassideris
2024-03-07 15:16:47 +01:00
committed by Anton Shepilov
parent 60074360bc
commit 574d6438b2
+10
View File
@@ -0,0 +1,10 @@
# Twake Drive web frontend code
## Development setup
- Install node.js
- `npm install --legacy-peer-deps`
- `cp src/app/environment/environment.ts.dist.dev src/app/environment/environment.ts`
- `npm run start`
Needs a Twake Drive backend running and pointed to by that environment file.