Read more at meltano.com.
Before you move on, make sure you have Node 8.x or newer installed.
- Clone the project
git clone [email protected]:meltano/meltano.git
- Navigate to the
docs/
folder and install all dependencies
cd meltano/docs/
npm install
- Build and run
npm run dev:docs
- View changes at http://localhost:8080/
To generate static assets for the docs/
directory, run:
npm run build:docs
This will add the generated files in the docs/public
directory.
1. How do I add screenshots?
- Place the images in
/docs/.vuepress/public
. - Use Markdown image syntax
