Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

hubblr/hubblr-website

Repository files navigation

Hubblr Website

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.

Table of Contents

Page Overview

Landing Page

On the main page, you can find out what hubblr can do for you.

The Contact Page

Contact Page

The contact page is used to get in touch with hubblr.

The Landing Page

Setup

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

Used Libraries and Frameworks

  • Gatsby 2.24.92
  • React 16.13.1
  • Tailwind 1.9.1
  • Framer Motion ^2.9.4