mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
[Documentation] Add Building and Running Open MCT Locally Section from #1044 comment
This commit is contained in:
parent
12b5544959
commit
407766774d
22
README.md
22
README.md
@ -9,11 +9,29 @@ Please visit our [Official Site](https://nasa.github.io/openmct/) and [Getting S
|
||||
Try Open MCT now with our [live demo](https://openmct-demo.herokuapp.com/).
|
||||
![Demo](https://nasa.github.io/openmct/static/res/images/Open-MCT.Browse.Layout.Mars-Weather-1.jpg)
|
||||
|
||||
## Building and Running Open MCT Locally
|
||||
|
||||
Building and running Open MCT in your local dev environment is very easy. Be sure you have Git and Node.js installed, then follow the directions below. Need additional information? Check out the [Getting Started](https://nasa.github.io/openmct/getting-started/) page on our website.
|
||||
|
||||
1. Clone the source code
|
||||
|
||||
`git clone https://github.com/nasa/openmct.git`
|
||||
|
||||
2. Install development dependencies
|
||||
|
||||
`npm install`
|
||||
|
||||
3. Run a local development server
|
||||
|
||||
`npm start`
|
||||
|
||||
Open MCT is now running, and can be accessed by pointing a web browser at http://localhost:8080/
|
||||
|
||||
## Documentation
|
||||
|
||||
Check our [Documentation on website](https://nasa.github.io/openmct/documentation/).
|
||||
Documentation is available on the [Open MCT website](https://nasa.github.io/openmct/documentation/)
|
||||
|
||||
You can also build it locally.
|
||||
The documentation can also be built locally.
|
||||
|
||||
### Building the Open MCT Documentation locally
|
||||
Open MCT's documentation is generated by an
|
||||
|
Loading…
Reference in New Issue
Block a user