npm
gatsby-cli
https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
cd GenerativeArtArchive/
npm run develop
Your site is now running at http://localhost:8000!
Edit src/pages/index.js
to see your site update in real-time!
-
Navigate to the
entries/
folder and to the relevant subdirectory (algorithms
,artworks
,concepts
orexamples
) -
Create a new file
entry-name.md
or subdirectoryentry-name/
withindex.md
file
---
title: Entry Name
type: concept | algorithm | artwork | example
description: brief description here
creator: Creator Name
rights: eg. Public Domain (CC0)
---
##Title
content here.
- Create, then submit a pull request for a reviewer to have a look at.