Use this boilerplate to create new layouts for Are.na channels.
You will need to have Git and Node.js installed.
git clone [email protected]:moritzebeling/arena-mods.git
cd arena-frontend
npm install
npm run dev
Go to src/Index.svelte
and start working from there.
This boilerplate uses Svelte as Javascript frontend framework.
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