Skip to content

Orbs.com website source code and build (served from github pages)

Notifications You must be signed in to change notification settings

orbs-network/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orbs.com Website

Orbs.com website source code and build (served from github pages)

Note: this is still an experimental version and not the official orbs.com instance

 

Deployment of new content

  • Commit any changes to main branch on Github

  • This will trigger Circle CI job "build and deploy"

  • Assuming everything builds smoothly, the website should be updated automatically

 

Development

  • Install Cuttlebelle:

    npm install cuttlebelle -g
    
  • Run watch from the project root to see changes locally:

    cuttlebelle watch
    

How to setup CI

Note: this only needs to be done once per repo to enable Circle CI -> Github Pages auto deploy

 

Design goals

  1. Website is static only and served from github pages / CDN directly
  2. Most of the website does not require JavaScript in clients to be enabled
  3. Website builds and deploys automatically in CI on every commit to master
  4. Design language is React (but server-side only since JS is not a hard requirement)
  5. Strong separation of code from content so content editors can edit everything by themselves
  6. Simplicity and very little magic and magical frameworks

A nice solution meeting these goals was relying on the following:

  • https://cuttlebelle.com/ - lean open-source framework for server-side rendering of static websites in React
  • https://bulma.io/ - lean open-source css framework for core components / UI that does not rely on JS

About

Orbs.com website source code and build (served from github pages)

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published