Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 985 Bytes

README.md

File metadata and controls

47 lines (26 loc) · 985 Bytes

Sharetribe Developer documentation

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/

Quick start

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

Known issues

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

Documentation

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.

License

This project is licensed under the terms of Apache License, Version 2.0.

See the LICENSE file.