A starter website for football teams
DEMO: Check the working demo here
- 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.
- Clone this repo using
git clone --depth=1 https://github.com/cassiocardoso/lombardi-starter.git <YOUR_PROJECT_NAME>
- Move to the appropriate directory:
cd <YOUR_PROJECT_NAME>
. - Install all the dependencies:
npm install
oryarn
. - Run the application:
npm run start
oryarn start
.- The application will be running on:
http://localhost:8000/
. - The GraphQL API will be running on:
http://localhost:8000/___graphql
. - Netlify CMS is running at
http://localhost:8000/admin/
.
- The application will be running on:
For detailed docs, check the starter documentation.
Contributors of any kind are welcome, please check our contributing guideline and read our code of conduct.
This project is licensed under the MIT license, Copyright (c) 2020 Cassio Cardoso.
For more information see LICENSE.