Skip to content

cassiocardoso/lombardi-starter

Repository files navigation

Lombardi Starter

A starter website for football teams

DEMO: Check the working demo here

Features

Blog
The starter contains a blog structure out of the box, with pagination e navigation between posts
Contact
A contact form powered by Formspree. Add the ID generated on their website on the lombardi.config.js file
CMS Integration
The starter comes with a CMS integrated using the Netlify CMS. Some of the functionalities are: blog, institutional pages like: about us, players list, and schedule.
Widgets
Some widgets are already configured on the CMS: recent matches, standings, menu, hero, and social profiles.
Extensible
The functionalities can be extended using the Netlify CMS.

Getting started

  1. Clone this repo using git clone --depth=1 https://github.com/cassiocardoso/lombardi-starter.git <YOUR_PROJECT_NAME>
  2. Move to the appropriate directory: cd <YOUR_PROJECT_NAME>.
  3. Install all the dependencies: npm install or yarn.
  4. Run the application: npm run start or yarn start.
    1. The application will be running on: http://localhost:8000/.
    2. The GraphQL API will be running on: http://localhost:8000/___graphql.
    3. Netlify CMS is running at http://localhost:8000/admin/.

For detailed docs, check the starter documentation.

Contributors

Contributors of any kind are welcome, please check our contributing guideline and read our code of conduct.

License

This project is licensed under the MIT license, Copyright (c) 2020 Cassio Cardoso.

For more information see LICENSE.