Skip to content

State of Cobalt is a research project & publication, advocating for human rights in the Cobalt Mining industry.

Notifications You must be signed in to change notification settings

GrossDesignCo/stateofcobalt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

State of Cobalt

stateofcobalt.org/2021

This is a working draft of a research project, supporting a local internship program :)

Local Setup

First, run the development server:

npm i
npm run dev

Open http://localhost:3000 with your browser to see the result.

First, build locally:

npm run build

This will generate the /docs folder (which is one of the only subdirectories GitHub allows for it's pages. If/when we move to AWS this'll change to next.js's default /out).

Then, checkout to a fresh branch, commit your changes, and create a PR.

git checkout [user]/[branch-name]
git add .
git commit -m "[briefly state the changes]"
git push

Example:

git checkout matt/update-readme
git add .
git commit -m "add examples to readme file"
git push

Special Thanks

Credit for useful things:

  1. https://systemuicons.com/
  2. https://nextjs.org/
  3. https://type-scale.com/

About

State of Cobalt is a research project & publication, advocating for human rights in the Cobalt Mining industry.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published