Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.35 KB

README.MD

File metadata and controls

52 lines (37 loc) · 1.35 KB

iterar DNA'd website

Overview

This repository contains the front end code for the current iterar.co website.

Tech stack

This is a static website built with Middleman. It uses HTML, SCSS, JavaScript and jQuery.

Installation

To install Middleman, please run:

$ gem install middleman

To install all dependencies, run on the project directory:

$ bundle install

To run the local web server, run the following command on the project directory:

$ bundle exec middleman server

To build the website, run the following command on the project directory:

$ bundle exec middleman build

License

itear.co website Copyright (C) 2016 iterar

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.