Service Auth provider for Italiancoders Netlify CMS
This project requires NodeJS (at least version 6) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.
$ node --version
v10.6.0
$ npm --version
6.1.0These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
BEFORE YOU INSTALL: please read the prerequisites
Start with cloning this repo on your local machine:
$ git clone https://github.com/ItalianCoders/italiancoders-netlify-auth.git
$ cd italiancoders-netlify-authThen install all the Node dependencies usin npm or Yarn
$ npm installOr using Yarn
$ yarnThis project uses DotEnv to load environment
variables from a .env file into process.env.
First of all rename the template.env file into .env.
Then, replate the listed variables according to your deployment configuration.
$ npm run deployThis task will deploy the service using Now following the
configuration listed inside the now.json file.
ISC License © ItalianCoders