arena-mods Svelte Themes

Arena Mods

Use this template to create your own Svelte-powered Are.na frontends

Arena Mods

Use this boilerplate to create new layouts for Are.na channels.

Preview

Install

You will need to have Git and Node.js installed.

git clone [email protected]:moritzebeling/arena-mods.git
cd arena-frontend
npm install

Develop

npm run dev

Go to src/Index.svelte and start working from there.

This boilerplate uses Svelte as Javascript frontend framework.

Arena API

https://dev.are.na/documentation/channels

Get all info about a given channel:

  • https://api.are.na/v2/channels/{channel-id}

Get the content of a given channel:

  • https://api.are.na/v2/channels/{channel-id}/contents

Top categories

Loading Svelte Themes