gatsby-starter-roam
v0.1.0
Published
A Gatsby starter for your Roam Research database.
Downloads
2
Readme
Gatsby Roam Starter
A GatsbyJS starter for your Roam Research database.
This project is in the early stages of development.
Getting Started
Install the starter:
gatsby new gatsby-roam https://github.com/joshuap/gatsby-starter-roam/
Change directory:
cd gatsby-roam
Export your database in Roam and import it into your project:
- Go to https://roamresearch.com/#/app/yourdb -> Export All
- Select JSON as the export format
- Save export JSON file to
db/roam.json
- Go to https://roamresearch.com/#/app/yourdb -> Export All
Run the development server:
gatsby develop
Your site should be running at http://localhost:8000
License
This project is MIT licensed. See the LICENSE file in this repository for details.