Home Page for Keio SFC's Moonshot Project.
(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
npm install
-
Start developing.
Navigate into your new site’s directory and start it up.
cd my-gatsby-site/ npm run develop
-
Push Changes
Add changes
git add .
git commit -m 'your message here'
git push
-
Writing Posts
Posts can be added using Netlify CMS
-
** Contact Forms ** https://www.gatsbyjs.com/docs/building-a-contact-form/#run-your-own-server
-
Learn more