Skip to content

Latest commit

 

History

History
executable file
·
25 lines (13 loc) · 805 Bytes

README.md

File metadata and controls

executable file
·
25 lines (13 loc) · 805 Bytes

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