Omarcito / js.la

The static js.la pages

Home Page:http://js.la

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Everything will rebuild automatically except for the Javascript that you will need to run

$ npm run build

If you need to create a speaker avatar, we normalize them to be 160x160. Run the command on an existing image that hasn't been converted yet like so

$ npm run speakerimages -- --imagepath=public/images/speakers/avatarname.jpeg

About

The static js.la pages

http://js.la


Languages

Language:JavaScript 93.8%Language:CSS 3.8%Language:HTML 2.4%