An open API service indexing awesome lists of open source software.

https://github.com/ekafyi/starter-musician-theme

🏁 Starter site for the "gatsby-theme-musician" theme
https://github.com/ekafyi/starter-musician-theme

Last synced: 7 months ago
JSON representation

🏁 Starter site for the "gatsby-theme-musician" theme

Awesome Lists containing this project

README

        


Starter for Gatsby Theme Musician

Β 

This starter creates a new Gatsby site that is preconfigured to work with [gatsby-theme-musician](https://github.com/ekafyi/gatsby-theme-musician/), a theme for bands and music artists πŸŽΈπŸŽ™.

A *theme* is something you add to your Gatsby site, which you can combine with other themes (learn more in their [official docs](https://www.gatsbyjs.org/docs/themes/what-are-gatsby-themes/)). If you already have a Gatsby site, you can [add the theme manually](https://github.com/ekafyi/gatsby-theme-musician#option-b-manually-add-to-your-existing-site); this starter site aims to get you started quickly if you want to create a new site.

πŸ’‘ _If you have never used Gatsby before, head to their [quick start guide](https://www.gatsbyjs.org/docs/quick-start/) or [beginner-friendly tutorials](https://www.gatsbyjs.org/tutorial/)._

## Quick start

```sh
# create a new site at the directory "my-band-site"
gatsby new my-band-site https://github.com/ekafyi/starter-musician-theme

# go to the site directory
cd my-band-site

# start your site
gatsby develop
```

Your site is now running at `http://localhost:8000`!

## Usage

Check out the [Theme Documentation](https://github.com/ekafyi/gatsby-theme-musician/tree/master/docs) to see how to use this theme, where to add your content, etc.

Or read the [introductory post on DEV.to](https://dev.to/ekafyi/make-a-landing-page-for-your-band-in-30-minutes-with-gatsby-theme-musician-2227).

## One-click deploy

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/ekafyi/starter-musician-theme)