gatsby-theme-travelx
v1.0.1
Published
See the [live demo](https://lucid-archimedes-a1cc4b.netlify.com/)
Maintainers
Readme
Gatsby Theme TravelX
See the live demo
Installation
To use this theme in your Gatsby sites, follow these instructions:
Install the theme
npm install --save gatsby-theme-travelxAdd the theme to your
gatsby-config.js:module.exports = { plugins: [ 'gatsby-theme-travelx' ] }Start your site
gatsby develop
