Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 787 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 787 Bytes

OSWA.no

OSWA website repo.

https://oswa.no

Setup

Install Bundler and Jekyll to build the project. See below.

Using Windows? See here.
Using Linux? See here

You also need Node and NPM to work on the code.

Install the project (MacOS)

  1. Install Bundler and Jekyll:

gem install bundler jekyll

  1. Make sure you have Node and NPM installed:

Run npm -v and confirm that it outputs a version.

If not, install it. On MacOS you can easily do that with Homebrew:

brew install nodejs

  1. Install project:

npm install
bundle install

Resources

Jekyll Docs
Liquid Docs