Skip to content

orzechdev/schoolfront

Repository files navigation

🎓 Schoolfront

Schoolfront is an open source frontend built as a Gatsby starter, which you may use to create blazingly fast next generation school webpage. This starter ships with the common features available on school websites, easy to configure with Gatsby configuration files. Learn more about the Gatsby static site generator to find out why schoolfront is the next generation of school websites.

🔎 Demo

See the public demo of Schoolfront!

🚀 Features from 1 milestone (to be released soon)

  • Main page
  • News from Wordpress
  • Contact page
  • About page
  • Open hours information
  • Offered curriculum page
  • Teachers list
  • WCAG AA support

🚀🚀 Features from 2 milestone (TBA)

TBA

🔨 Used technology

✈️ Quick start

  1. Create a Gatsby site.

    Use the Gatsby CLI to create a new site, specifying the schoolfront starter.

    # create a new Gatsby site using the schoolfront starter
    gatsby new my-school-starter https://github.com/orzechdev/schoolfront
  2. Start developing.

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

    cd my-school-starter/
    gatsby develop
  3. Open the source code and start editing!

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

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

    Open the my-school-starter directory in your code editor of choice and edit src/pages/index.tsx. Save your changes and the browser will update in real time!