Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 793 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 793 Bytes

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