andrewljohnson / axiom.org

Source code for the axiom.org website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The axiom.org website

This repository contains the source code for the axiom.org website. It's a static site, generated with Gatsby and hosted on GitHub Pages.

If you make changes, you can test them locally with:

npm start

The local development site runs at localhost:8080.

To deploy changes to the live website, run:

npm run deploy

To make this work cleanly with GitHub Pages, the deployed code goes into the separate axiom-org.github.io repository. So you can see the generated code that's running on the live site there.

About

Source code for the axiom.org website.

License:MIT License


Languages

Language:CSS 73.1%Language:JavaScript 26.9%