Skip to content

ItalianCoders/italiancoders-netlify-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Italiancoders Netlify Auth

Service Auth provider for Italiancoders Netlify CMS

code style: prettier

Prerequisites

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.0

Table of contents

Getting Started

These 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.

Installation

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-auth

Then install all the Node dependencies usin npm or Yarn

$ npm install

Or using Yarn

$ yarn

Configuration

Environment Variables

This 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.

Deployment

$ npm run deploy

This task will deploy the service using Now following the configuration listed inside the now.json file.

License

ISC License © ItalianCoders

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published