Add build instructions
This commit is contained in:
parent
f44f917af4
commit
50b0b40514
|
@ -122,7 +122,7 @@ server {
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
You might need to replace `php7.2-fpm.sock` with your PHP version.
|
You might need to replace `php-fpm.sock` with a different path for your PHP version.
|
||||||
|
|
||||||
|
|
||||||
#### IIS
|
#### IIS
|
||||||
|
@ -209,6 +209,12 @@ Developing on TaskBoard is pretty simple too.
|
||||||
4. Run `npm i` to install dependencies (this also installs the API dependencies)
|
4. Run `npm i` to install dependencies (this also installs the API dependencies)
|
||||||
5. Run `npm run watch` for the build to automatically run after any change
|
5. Run `npm run watch` for the build to automatically run after any change
|
||||||
|
|
||||||
|
|
||||||
|
### Building
|
||||||
|
|
||||||
|
Run `npm run build` to build. The `dist` directory will be created with the build.
|
||||||
|
|
||||||
|
|
||||||
### Unit Tests
|
### Unit Tests
|
||||||
|
|
||||||
Both the API and App are unit tested. To run all tests, use the command
|
Both the API and App are unit tested. To run all tests, use the command
|
||||||
|
|
Reference in New Issue