This repository contains the source code and documentation powering jeyser-crm.n7consulting.fr.
Single Page Application built with React and powered by Gatsby.
For an overview of the project structure, please refer to the Gatsby documentation.
Be sure to install them first and to have the binaries in your path.
# Checkout project
git clone https://github.com/n7consulting/jeyser-site.git
# Retrieve documentation
bin/retrieve-documentation
# Install dependencies
yarn install
# Run project locally (for development)
yarn gatsby develop
# Go to http://localhost:8000/
# Build the project (for production)
yarn gatsby build
# Test the built project locally
yarn gatsby serve
# Go to http://localhost:9000
The template used by this website is highly inspired (not to say copied) from api-platform. Thanks & well done to them.