synapsefi-ui-test
v1.0.0
Published
Gatsby default starter
Readme
Synapse UI with GatsbyJS
Synapse UI build from the default Gatsby starter.
Install
Make sure that you have the Gatsby CLI program installed:
npm install --global gatsby-cliAnd run from your CLI:
gatsby new gatsby-example-siteThen you can run it by:
cd gatsby-example-site
npm run develop