Gatsby.js starter for the meaningful projects which need to be shipped fast.
- 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
Setup your environment:
yarn
Update the following files:
package.json
: name and description of the projectconfig.js
: all configurations centralized
yarn start