Skip to content

axiom-org/axiom.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Developing axiom.org

To work on this site, you need to install Gatsby.

npm install -g gatsby-cli

If you don't have node installed, see the Gatsby docs for full setup instructions.

Run axiom.org locally

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

npm start

The local development site runs at localhost:8080.

Deploy axiom.org

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors