1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Developed dev JS docs a bit further

This commit is contained in:
Dan Brown
2022-10-02 14:27:12 +01:00
parent 953402f2eb
commit a090720241
3 changed files with 140 additions and 99 deletions

View File

@ -5,6 +5,8 @@ When it's time for a release the `development` branch is merged into release wit
* [Node.js](https://nodejs.org/en/) v16.0+
## Building CSS & JavaScript Assets
This project uses SASS for CSS development and this is built, along with the JavaScript, using a range of npm scripts. The below npm commands can be used to install the dependencies & run the build tasks:
``` bash