-
Notifications
You must be signed in to change notification settings - Fork 8
Getting Started
Michael Wetherald edited this page Jun 28, 2018
·
2 revisions
This page assumes you have already installed and configured whoof.
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
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:
From here you can explore: