/webring

Experimental music webring. Open a pull request to join.

Primary LanguageHTMLMIT LicenseMIT

Experimental Music Webring

https://experimental-music-webring.netlify.app/

Adding your site

Using GitHub

To add yourself, open a pull request that adds your site info to /src/data/members.json

Without GitHub

You can also request to join via the form on https://experimental-music-webring.netlify.app/

Local Development

To build the site locally, run these commands:

# clone this repository
git clone git@github.com:stephiescastle/webring.git

# go to the working directory
cd webring

# install dependencies
yarn

# start a local build server and the gulp pipeline
yarn start