Skip to content

jam-stack-jamming/gatsbyjs-jamming-starter

Repository files navigation

Gatsby.js Jamming Starter

Gatsby.js starter for the meaningful projects which need to be shipped fast.

Requirements

  • Node.js (8.10.x recommended)
  • yarn >= 1.x

You can use Node Version Manager in order to be able to use several versions of Node.js within your system.

# Install node version corresponding to the one defined in .nvmrc
# Use '--reinstall-packages-from=node' if you want to migrate npm packages from a previous version
nvm install

# Use the newly installed version
nvm use

Getting started

Setup your environment:

yarn

Configuration

Update the following files:

  • package.json: name and description of the project
  • config.js: all configurations centralized

Development

yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published