Skip to content

Installation

Alex O edited this page Sep 3, 2022 · 2 revisions

Step 1: Clone or download the repo

Run git clone https://github.com/asertym/Tails-Express.git in terminal (make sure you're located in the desired location.

Step 2: Install dependencies

npm install

Step 3: Edit package.json

Open package.json and fill it with correct data (name, description, repository, version, and author).

Step 4: Run the development server

npm run watch

Upon running the above command, your default web browser should open and navigate to http://localhost:3000/.

Clone this wiki locally