Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 437 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 437 Bytes

Warburg

Deploy

A simple & generic Are.na client boilerplate.

Getting started

git clone [email protected]:aredotna/warburg.git

cd warburg

yarn install

touch .env

echo "ARENA_CHANNEL_ID=yourchannelslug" >> .env

Start the development server

DEBUG=warburg:* foreman run yarn start
# => warburg:server Listening on port 3000 +0ms