Skip to content

joonatank/react-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-workshop

A simple Gatsby site for student workshop use.

Development environment

First make sure you have Node/npm and gatsby-cli installed on your machine:

# installs gatsby-cli globally on your machine
# not really required, since gatsby is a dependency in the project,
# but will be required if you want to start a new gatsby project with 'gatsby new my-project'
npm install --global gatsby-cli

Then navigate to project root and run:

npm install
gatsby develop

To test build locally:

gatsby build
gatsby serve

Deploy

Deploy to Netlify

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published