Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 1.72 KB

README.md

File metadata and controls

67 lines (41 loc) · 1.72 KB

MS-Music Homepage

Home Page for Keio SFC's Moonshot Project.

Netlify Status

TODO

(Now being taken care of at Notion Doc)

  • Top Page
  • Header
  • Layout fixes
  • Members
  • Contact form
  • Footer
  • SCSS Cleanup
  • Netlify CMS
  • Google Analytics
  • Privacy Policy
  • Terms and Conditions

Install dependencies

npm install

🚀 Quick start

  1. Start developing.

    Navigate into your new site’s directory and start it up.

    cd my-gatsby-site/
    npm run develop
  2. Push Changes

    Add changes

    git add .

    git commit -m 'your message here'

    git push

  3. Writing Posts

    Posts can be added using Netlify CMS

  4. ** Contact Forms ** https://www.gatsbyjs.com/docs/building-a-contact-form/#run-your-own-server

  5. Learn more