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

losttype/open.losttype.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The hub for open source projects by Lost Type contributors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published