Skip to content
Michael Wetherald edited this page Jun 28, 2018 · 2 revisions

Getting Started

This page assumes you have already installed and configured whoof.

Starting the Server

cd to the root of the project.
$ npm start

You will see some logging as the server gets started. After a few seconds you should see something like:

  Starting the development server...

  Compiled successfully!

  The app is running at:

    http://127.0.0.1:3000/

The IP and port listed there are for the admin web app. These are read from the .env file you should have modified as described in Configuration

Admin Page

Open your web browser and load the URL logged by the server. If you set the environment variable for an admin app password you will be prompted to provide that password. Otherwise you should see the admin interface: ss

From here you can explore:

Clone this wiki locally