Skip to content

bucherfa/lineageos-devices

Repository files navigation

LineageOS Devices

LineageOS Devices overview inspired by PCPartPicker's selection view

Features

  • display list of devices with selected attributes and an image
  • filter list by selected attributes
  • sort list by selected attributes
  • quick access to devices LineageOS wiki entry
  • compare devices on phonearena.com, by size and specs

Build Setup

# install dependencies
$ npm install

# update data
$ npm run update

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.