Skip to content
This repository was archived by the owner on Mar 18, 2020. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 1.35 KB

File metadata and controls

39 lines (25 loc) · 1.35 KB

Open Source at Lost Type

The hub for open source projects by Lost Type contributors.

Getting started

This project is a simple, static website. Make sure you also have the latest version of Node.js installed by downloading it here (You don’t necessarily need to know anything Node-releated to setup this site.)

Next, open up your terminal and clone this repository:

# Clone the repo
git clone http://github.com/losttype/opensource.losttype.com/

# Move into the repo folder
cd opensource.losttype.com/

Now, you can install the tools that are used to build the site with npm, which came bundled with Node.js:

# Install dependencies
npm install

The main tool this installs is Harp, the static web server with build-in preprocessing. This allows you to work on the site using preprocessors like Sass without having to set them up. To get the project running in your browser, run the following command:

npm run start
# Now available at http://localhost:9000

Now, develop as you’d like! The templates are written using Jade and the CSS is written using Sass, which will both automatically updated in the browser when you refresh.

License

The MIT License (MIT)

Copyright © 2014–2015 Kenneth Ormandy & The Lost Type Co-op