omnivore/packages/web
2022-04-13 16:19:39 -07:00
..
__tests__ use next/jest plugin to configure jest unit tests 2022-03-03 13:44:35 -08:00
components Disable label chips on main grid to see if it is causing sizing issues 2022-04-13 16:19:39 -07:00
docs Open source omnivore 2022-02-11 09:24:33 -08:00
lib Query for labels with library items. Display properly on the home feed 2022-04-13 13:38:36 -07:00
locales/en Open source omnivore 2022-02-11 09:24:33 -08:00
pages Use local storage for margins and line spacing since these are per-device preferences 2022-04-13 16:03:07 -07:00
public Update the newsletter signup help GIF 2022-04-04 12:10:56 -07:00
styles Remove default button padding, on Safari this caused extra padding on dropdown triggers 2022-04-13 10:25:01 -07:00
utils/settings-page/labels Implement the Create new Label button 2022-04-12 12:23:55 -07:00
.dockerignore Open source omnivore 2022-02-11 09:24:33 -08:00
.env.template Open source omnivore 2022-02-11 09:24:33 -08:00
.eslintignore Open source omnivore 2022-02-11 09:24:33 -08:00
.eslintrc Open source omnivore 2022-02-11 09:24:33 -08:00
.gitignore Open source omnivore 2022-02-11 09:24:33 -08:00
additional.d.ts send reading progres updates from embedded web views 2022-03-09 13:40:18 -08:00
Dockerfile Simplify docker compose setup for new users 2022-02-11 11:45:37 -08:00
i18n.json Open source omnivore 2022-02-11 09:24:33 -08:00
jest.config.js remove module aliases from jest config 2022-03-03 13:50:54 -08:00
jest.setup.js remove module aliases from jest config 2022-03-03 13:50:54 -08:00
next-env.d.ts Open source omnivore 2022-02-11 09:24:33 -08:00
next.config.js Add a /install/apple redirect for the store 2022-03-23 22:35:24 -07:00
package.json Revert "Test with bottom sheet" 2022-04-12 12:23:53 -07:00
README.md Open source omnivore 2022-02-11 09:24:33 -08:00
sentry.client.config.ts Open source omnivore 2022-02-11 09:24:33 -08:00
sentry.server.config.ts Open source omnivore 2022-02-11 09:24:33 -08:00
tsconfig.json use next/jest plugin to configure jest unit tests 2022-03-03 13:44:35 -08:00

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Environment Variables

Create a new file in this same dir and name it env.local. Copy the contents of .env.template and paste it in. Fill in your own values for the services you need and the urls you will be deploying to.