docs: update build docs

This commit is contained in:
Karl Dreher 2023-05-22 19:31:07 -07:00
parent 7f0fa0591d
commit 7e0f5c210f

View file

@ -32,12 +32,14 @@ Compile from source:
```shell
# Clone the repository
> git clone https://github.com/ckabalan/visualsubnetcalc
# Use reccomended NVM version
> nvm use
# Change to the sources directory
> cd visualsubnetcalc/src
# Install Bootstrap
> npm install
# Compile Bootstrap
> sass --style compressed scss/custom.scss:../dist/bootstrap.min.css
# Compile Bootstrap (Also install sass command line globally)
> npm run build
```
The full application should then be available within `./dist/`, open `./dist/index.html` in a browser.