Skip to content

dabit3/archive-forever

Repository files navigation

Archive forever

To run this locally, you must have a Browserless API key and a funded wallet from Bundlr.

You can fund your Bundlr wallet here.

Run locally

1. Start the client application

  1. Clone the repo

  2. Rename .example.env.local to .env.local and configure your API keys and be sure the environment is set to 'development`.

  3. Install dependencies:

npm install

# or

yarn
  1. Run the app:
npm run dev

2. Start the server

  1. Change into the server directory.

  2. Install the dependencies:

npm install

# or

yarn
  1. Start the server:
npm start

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published