Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.
/ obol-frontend Public archive

A basic front end for the Obol Network during pre-launch

Notifications You must be signed in to change notification settings

ObolNetwork/obol-frontend

Repository files navigation

Obol Logo

Obol Network

This repo intends to serve as an informational website about the Obol Network.

Quickstart

This repo uses Gatsby.js as a build tool that makes server side rendering-capable static webpages, that can then instantiate themselves as React Webpages when loaded on the client side. Allowing for faster loading of web pages. To get started:

# Local development
npm run develop

# Tests
npm run test
npm run test -- --watch # Re runs tests when a file changes
npm run test -- -u # Updates snapshots for tests when an intentional change is made.

Lessons Learned

  • Static Site Generators like Gatsby can benefit from a smart build pipeline to allow for a decently fresh website served statically and fast.

About

A basic front end for the Obol Network during pre-launch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published