/auth0-design-prototypes

Starter for prototyping ideas and interactions

Primary LanguageCSS

Auth0-prototypes

repo for prototyping ideas and interactions

Prerequisites

To install this project, you'll need the following things installed on your machine.

  1. Jekyll.
  2. NodeJS - use the installer.

Local Installation

  1. Clone this repo, or download it into a directory of your choice.
  2. Inside the directory, run npm install.
  3. Inside the directory, run bundle install.

Usage

Development mode

This will give you file watching, browser synchronisation, auto-rebuild, CSS injecting etc.

$ npm run start

Deploy mode Surge.sh allows us to publish HTML, CSS, and JS for free, without leaving the command line.

npm install --global surge

You can easily deploy your site build with the command

$ npm run deploy