A simple tool to fetch URLs and blocks from Are.na channels.
- Clone the repository
- Install dependencies:
npm install
- Set up your environment variables:
- Copy
.env.template
to.env.local
- Add your Are.na API token to
.env.local
- Copy
- Start the development server:
npm run dev
To use this app, you'll need an Are.na API token:
- Go to dev.are.na
- Create a new application
- Copy your API token
- Create
.env.local
and add your token:
VITE_ARENA_API_TOKEN=your-token-here
VITE_API_BASE_URL=https://api.are.na/v2
Note: .env.local
is ignored by git to keep your API token private.