levimykel / myke-gable-music

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Myke Gable Music Website

This is the personal website for Myke Gable Music.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

To get this project launched you will need to have Node.js installed on your local machine.

Installing

Launch the terminal (command prompt or similar on Windows), navigate to the project folder, and run the following command.

npm install

Once installed, you can launch the local development server by running the following command.

gatsby develop

You will then be able to open your browser to http://localhost:8000/ to see the project up and running.

Deployment

You can deploy this project live to a static website host such as Netlify.

Run the command to launch the production version of the website.

gatsby build

Built With

  • Gatsby - Static site generator
  • Prismic - Headless content management system

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

License:MIT License


Languages

Language:JavaScript 76.6%Language:CSS 23.4%