Skip to content

Latest commit

History

History
12 lines (8 loc) 路 508 Bytes

README.md

File metadata and controls

12 lines (8 loc) 路 508 Bytes

Atmos Documentation

This folder contains the website powering official atmos documentation.

Getting Started

  1. Install dependencies by running brew bundle install. This command will look for the Brewfile and installs its contents.
  2. Start the NPM dependencies by running npm install
  3. Build the local search base by running npm run build
  4. Start the local web server by running npm run serve

The shortcut for running all these commands is just to run `make all``