This is the source code for hubblr's current website located at hubblr.io. The page is set up as a Gatsby project utilizing Tailwind CSS for styling based on this awesome starter from oddstronaut. Uses Framer Motion to create scroll-based animation effects.
On the main page, you can find out what hubblr can do for you.
The contact page is used to get in touch with hubblr.
Clone the repo:
git clone https://github.com/hubblr/hubblr-website.git
Install all dependencies:
npm install
Run the project in development mode (per default on localhost:8000):
npm run develop
Alternatively, build the project and run it in production mode (per default on localhost:9000):
npm run build && npm run serve
- Gatsby 2.24.92
- React 16.13.1
- Tailwind 1.9.1
- Framer Motion ^2.9.4