Skip to content

Website of the Nova Labs: design and development agency

License

Notifications You must be signed in to change notification settings

kylesdesigns/nova-labs

 
 

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

About

Website of the Nova Labs: design and development agency

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.9%
  • SCSS 45.0%
  • Shell 0.1%