gatsby-theme-neuromancer
v0.2.0
Published
See the [live demo](https://akashj.com/gatsby-theme-neuromancer)
Downloads
4
Maintainers
Readme
Gatsby Theme Neuromancer
See the live demo
Installation
To use this theme in your Gatsby sites, follow these instructions:
Install the theme
npm install --save gatsby-theme-neuromancer
Add the theme to your
gatsby-config.js
:module.exports = { plugins: [ 'gatsby-theme-neuromancer' ] }
Start your site
gatsby develop