https://github.com/instafluff/website
Website! https://www.instafluff.tv
https://github.com/instafluff/website
Last synced: 4 months ago
JSON representation
Website! https://www.instafluff.tv
- Host: GitHub
- URL: https://github.com/instafluff/website
- Owner: instafluff
- License: mit
- Created: 2019-11-16T00:48:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T19:46:42.000Z (over 3 years ago)
- Last Synced: 2025-08-03T20:47:48.614Z (11 months ago)
- Language: JavaScript
- Size: 7.4 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website
Website! https://www.instafluff.tv
This site is built using the Gatsby framework (which is built using React).
It also uses the Bulma CSS framework.
## Resources ##
- https://www.gatsbyjs.org/docs/
- https://bulma.io/documentation/
## Dev Instructions ##
Install Gatsby CLI
```
npm install --global gatsby-cli
```
Run in development mode
```
gatsby develop
```
Open the local URL in your browser to view the website while developing (by default it will be http://localhost:8000/)
## Production Build Instructions ##
Execute the Gatsby build command:
```
gatsby build
```
The static site files will be generated in the *public* folder.
To serve the production build locally:
```
gatsby serve
```