Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 911 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 911 Bytes

juventus-ab-ca

Prerequisites

  • Git
  • Use the latest version of Node (we started with Node-10); consider NVM
  • We use yarn; go get it

Development Environment - Getting Started

Clone Repo

$ git clone [email protected]:cybertooth-io/juventus-ab-ca.git

Running

$ yarn install
$ yarn run start

Two separate processes are required to run the website in development mode. The first thread is watching the SASS files for changes in order to compile to CSS> The second thread is the webserver itself.

This blog post helped create this setup.

We're also using concurrently for the start script.

Building For Production

$ yarn run build