Skip to content
/ arena-mods Public template

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

Notifications You must be signed in to change notification settings

moritzebeling/arena-mods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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

About

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

Topics

Resources

Stars

Watchers

Forks