Skip to content

GeneralProducts/website

Repository files navigation

Website for General Products Ltd, the company behind book publishing enterprise management software Consonance.app. It's a #SideProjectSummer project by Emma Barnes.

This is a React Gatsby app that uses the awesome Arwes framework -- a "Futuristic Sci-Fi and Cyberpunk Graphical User Interface Framework for Web Apps".

Installation

Use nvm

Use either npm or yarn, but be consistent.

npm install

Developing

gatsby develop

Publishing

Netlify is set to build on pushing master to origin. Netlify app name: https://generalproducts.netlify.com/

Locally, to run in production mode, do:

gatsby build or yarn build

gatsby serve or yarn serve

Releases

No releases published

Packages

No packages published