Skip to content

jonnilundy/sennajs.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🌱 New website for the Senna.js library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 93.8%
  • JavaScript 6.2%