Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.19 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.19 KB

WARNING: This project is currently using an outdated version of Electric

This repository contains the source code of the website sennajs.wedeploy.io, the new site in development for sennajs.com. If you're looking for the source code of the library, check the official Senna.js repository.

Setup

  1. Make sure you have node and npm installed:
node -v && npm -v
  1. Install our global dependencies:
[sudo] npm i -g gulp
  1. Clone repo
git clone https://github.com/jonnilundy/sennajs.com.git
  1. Go to project
cd sennajs.com
  1. Install our local dependencies:
npm i

Running

  • Compiles source files and populates on local server
gulp

Deploy

  • Compliles source files and pushes build folder to a new branch called 'WeDeploy'
gulp deploy

License

BSD License © Liferay, Inc.