GitHub - jsla/js.la: The static js.la pages

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

js.la

The static js.la pages

Please feel free to fork this and make it better. 💛

setup

To get js.la working on your local enviroment up and running you will need nodejs. After installing clone down the repo.

$ git clone git@github.com:jsla/js.la.git
$ cd js.la

Next you will need Harpjs and Browserify you can install these by running.

$ npm install

Now you should be able to run the site.

$ npm start