clean up and edit readme
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# MEDTRACE: Case - Frontend developer
|
||||
# Web front end
|
||||
|
||||
## build and run
|
||||
## Build and run
|
||||
|
||||
From the repo root, run `make` to build the project. From there you can use your own server to serve from the repo root, or run `make serve` to run a development server. `make clean` will remove the dependencies and build directory.
|
||||
This projectr uses [GNU make](https://www.gnu.org/software/make/) to build and run. From the repo root, run `make` to build the project. From there you can use your own web server to serve from the repo root, or run `make serve` to run a development server. `make clean` will remove the dependencies and build directory.
|
||||
|
||||
Run `make dev` to install all dependencies and run a development server that watches for changes and reloads. (It does not refresh the browser.)
|
||||
|
||||
Reference in New Issue
Block a user