A GatsbyJS starter for your Roam Research database.
This project is in the early stages of development.
-
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
This project is MIT licensed. See the LICENSE file in this repository for details.