Skip to content

Repository files navigation

Portfolio

Installation

  1. Install Nix:

    sh <(curl -L https://nixos.org/nix/install) --daemon
  2. Configure Nix. Edit /etc/nix/nix.conf (for a multi-user installation) or ~/.config/nix/nix.conf (for a single-user installation) to include the following lines:

    experimental-features = nix-command flakes
    trusted-users = root <USER>

    Replace <USER> with your username on your computer.

  3. Install direnv:

    sudo apt install direnv
  4. Enable direnv in your shell by adding a line to your shell configuration file.

    For Bash, edit ~/.bashrc:

    eval "$(direnv hook bash)"
  5. Allow .envrc:

    direnv allow

Development

Run locally with LiveReload:

gulp livereload

Deployment

Build for production:

npm run build

Deploy to GitHub Pages:

npm run deploy

License

Copyright (c) 2018 Hein Bekker. Licensed under the GNU Affero General Public License, version 3.

About

Portfolio

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages