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".
Use nvm
Use either npm or yarn, but be consistent.
npm install
gatsby develop
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