Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 760 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 760 Bytes

linkstream

Development

  1. Clone the repo.
  2. Install dependencies
yarn install
  1. Start the development server
yarn start

Okay, it's going to get a little weird here.

  1. Create a new Dat site in your Beaker Browser library.
  2. Rename config-sample.js to config.js, uncomment the file, and add your Dat url to the variable.
  3. Replace the contents of dat.json with your new dat.json
  4. Run a build in a separate window
yarn run build
  1. Add the contents from your /build folder to your new site's library. The output should look something like this:

example

  1. You should be able to navigate to your localhost address now, and still pull posts/data from your dat site.