docs: update build docs
This commit is contained in:
parent
7f0fa0591d
commit
7e0f5c210f
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -16,8 +16,8 @@ should align to these tenants, or propose an adjustment to the tenants.
|
|||
- **Subnetting is design work.** Promote features that enhance visual clarity and easy mental processing of even the most
|
||||
complex architectures.
|
||||
- **Users control the data.** We store nothing, but provide convenient ways for users to save and share their designs.
|
||||
- **Embrace community contributions.** Consider and respond to all feedback and pull requests in the context of these
|
||||
tenants.
|
||||
- **Embrace community contributions.** Consider and respond to all feedback and pull requests in the context of these
|
||||
tenants.
|
||||
|
||||
## Building From Source
|
||||
|
||||
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue