Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 615 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 615 Bytes

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 [email protected]:stephiescastle/webring.git

# go to the working directory
cd webring

# install dependencies
yarn

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