Skip to content
This repository has been archived by the owner on Jul 28, 2019. It is now read-only.

The old ubuntu touch devices website, no longer in use

License

Notifications You must be signed in to change notification settings

ubports/devices.ubports.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devices.ubports.com

The old UBports devices page, no longer in use. Check out devices.ubuntu-touch.io for the new one.

How to start a debug server

You might have to install npm, pug and sqlite3.

cp config/config.example.json config/config.json
npm install
DEBUG=1 npm start

Then open localhost:2702 in your browser.

Production

The environment variable "NODE_ENV" needs to be set to "production" for production mode to work.