Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 863 Bytes

manual-setup.md

File metadata and controls

37 lines (25 loc) · 863 Bytes

Dependecies

This project defines reproducible environment using nix. Skip to Nix section if you want to use it.

  • git distributed version control system
  • hugo static site generator
  • dart-sass embeddable sass compiler
  • nodejs with npm JavaScript runtime and package manager

Setup

Preferred method of working with this repository is to have local git clone:

# GIT+SSH clone
git clone [email protected]:ictunion/main-website.git

# GIT+HTTPS clone
git clonehttps://github.com/ictunion/main-website.git

Run locally

Install npm dependecies:

npm install

Hugo provides build in HTTP server:

hugo server --buildDrafts --watch --verbose

open http://localhost:1313