The place with all your data about Blockstack apps.
- please see the src README for explanation on the layout
- please see the app README for explanation on the app
Other useful resources/reference projects that may help you:
Following files can be edited manually:
- unlisted-app.json
- data for apps not listed on app.co
- src/app-meta.json
- mark apps unusable apps
- specify manifest location
- overwrite foss details
To generate all meta with the edited data run
yarn generate
- src/components/posts.js contains the list of static posts that will be mixed with updates from verified authors. The date is not taken from the front matter.
- content/blog/<blog-folder> contains a blog, needs to be added to posts.js
- Launch Radiks server
- In terminal start db server. Run:
mongod
- In second terminal start radiks: Run:
yarn start
- In terminal start db server. Run:
- Launch Gatsby server