Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

neard/neard.github.io

Repository files navigation

Build Status Uptime
Become a sponsor Donate Paypal

Prerequisites

To work on the website of the Neard project, you'll need the following things installed on your machine :

  1. Ruby - choose an available tool to install Ruby on your system (or use Neard).
  2. Bundler - $ gem install bundler
  3. Jekyll - $ gem install jekyll
  4. Yarn - use the installer (or use Neard).

Installation

  1. Clone this repo, or download it into a directory of your choice.
  2. Inside the directory, run bundle install and yarn install.

Usage

This will give you file watching, browser synchronisation, auto-rebuild, CSS/JS and vendor injecting :

$ gulp serve

Then open your browser at http://localhost:3000
As this is just a Jekyll project, you can use any of the commands listed in their docs.

Credits

License

MIT. See LICENSE for more details.