Skip to content

jabashque/rural-knives

 
 

Repository files navigation

Red Team

Project directory.

Installation

If not already installed, install node.js and git.

Navigate to the directory that will hold the project in your respective command-line and enter the following:

$ git clone https://github.com/jr-chuang/red-team.git

Navigate into the newly created directory:

$ cd red-team

Install build dependencies with the following:

$ npm install

Build the project with the following command:

$ npm run build

Build the project (for production) with the following command:

$ npm run buildp

Host the build to a local server (http://localhost:8080/) with the following command:

$ npm run server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%