This repository contains the source code for the Sharetribe Developer documentation site a.k.a. Dev Docs.
The site is running at: https://www.sharetribe.com/docs/
Clone the repository:
git clone [email protected]:sharetribe/flex-docs.git
Change to the project directory:
cd flex-docs/
Install packages:
yarn
Start development server:
yarn run dev
Open browser at http://localhost:8000
If you change Gatsby plugins, add articles, rename article URL slugs, or switch between dev and prod servers, sometimes you need to clear the Gatsby cache:
yarn run clean
For more information, see the internal documentation.
The documentation contains information for both writing articles for the site as well as developing the site itself.
This project is licensed under the terms of Apache License, Version 2.0.
See the LICENSE file.