omnivore/packages/web
2023-02-01 17:38:43 +08:00
..
.storybook
__tests__
components Handle PDF diffs when sorting the notebook 2023-02-01 17:38:43 +08:00
docs
lib Sort highlights in notebooks 2023-02-01 17:00:09 +08:00
locales/en Handle resetting passwords 2022-07-26 12:33:56 -07:00
pages Revalidate after marking an email as article 2023-01-28 17:24:34 +08:00
public Add 3x version of the source code screenshot 2023-01-26 22:54:45 +08:00
stories Remove unused test story 2023-02-01 17:07:59 +08:00
styles Use the radix progress bar to keep consistent 2022-11-22 12:00:26 +08:00
utils/settings-page/labels Remove unneeded linting changes 2022-12-19 17:17:22 +08:00
.dockerignore
.env.template
.eslintignore
.eslintrc
.gitignore
additional.d.ts support dark mode in android web reader 2022-12-31 15:31:38 -08:00
Dockerfile
i18n.json
index.d.ts
jest.config.js
jest.setup.js
next-env.d.ts
next.config.js Add a redirect for installing Android 2023-01-10 17:33:55 +08:00
package.json Update user interface for file import tool 2023-01-03 17:49:07 +08:00
README.md
sentry.client.config.ts
sentry.server.config.ts
tsconfig.json

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.