Skip to content
Adam Tauber edited this page Sep 29, 2022 · 4 revisions

Welcome to the Omnom wiki!

Omnom is a webpage bookmarking and snapshotting service.

It consists of two parts; a multi-user web application that accepts bookmarks and snapshots and a browser extension responsible for bookmark and snapshot creation.

Setup

Check out the setup section in our README.

Testing & development

Use manage.sh to run tests or create test/production artifacts.

Currently the following commands are available:

help                 - Display help

Dependencies
------------------
install_js_deps      - Install or install frontend dependencies (required only for development)
install_test_deps    - Install or install test dependencies

Tests
-----
run_unit_tests       - Run unit tests
run_e2e_tests        - Run browser tests
start_test_server    - Launch test server

Build
-----
build_css            - Build css files
build_addon          - Build addon
build_test_addon     - Build test addon

Clone this wiki locally