https://github.com/ivanminutillo/rivieradiulisse
https://github.com/ivanminutillo/rivieradiulisse
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivanminutillo/rivieradiulisse
- Owner: ivanminutillo
- License: mit
- Created: 2018-04-03T14:32:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T16:32:02.000Z (about 7 years ago)
- Last Synced: 2025-01-11T23:35:07.948Z (4 months ago)
- Language: CSS
- Size: 2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/gatsbyjs/gatsby) [](https://codeclimate.com/github/alxshelepenok/gatsby-starter-lumen) [](https://raw.githubusercontent.com/alxshelepenok/gatsby-starter-lumen/master/LICENSE)
# FairCoop WebsiteThis website is based on amazing GatsbyJs
## Features
- Multilanguages: Actually 10 languages managed with [react-i18next](https://github.com/i18next/react-i18next) and Markdown
- All contents are Markdown based
- PostCSS
- Data imported with GraphQl
- Highly Modular, each block in every pages is a separate and customizable React Component
- Mobile-First approach in development
- Offline support## Getting Started
In order to open on your machine faircoop website you need to have [gatsbyjs](https://github.com/gatsbyjs/gatsby) npm module installed
Open your terminal and type:```
git clone [email protected]:faircoop/website.git
cd website
yarn install
gatsby develop```
## Content Management
ToDo.## How to contribute
ToDo.