Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
/ halo-lab Public archive

Website of the Halo lab: design and development agency

License

Notifications You must be signed in to change notification settings

Halo-Lab/halo-lab

Repository files navigation

Halo Lab Website

DEPRECATED. This repo contains previous version of the website, the current one is written with Eleventy and not yet open sourced. But we're working on it.

It's an open sourced version of www.halo-lab.com website.

Developed in Halo lab

Note

To run this project you need .env. We'll add test .env file with test tokens later on, for now you can request it from Sergey Diniovksiy, Eugene Byrlad or Mikhail Netkachev.

Prerequisites

The application was built with Node 12.16.1

Run this command if you're using nvm

nvm use

Installation

Download all necessary dependencies:

npm install

Development

Copy the .env.example file to .env

cp .env.example .env

Start server, watch changes and update build in development mode:

npm start

Clean cache directory:

npm run clean

Production

Create build in a production mode:

npm run build

Start server in production mode:

npm run serve

Note

A list of all the commands you can find in the file package.json.

Word from author

Have fun! ✌️

Supported by Halo lab