omnivore/packages/web
Jackson Harper a062997bc4
Merge pull request #2348 from omnivore-app/feat/highlight-styling
Use the underline style for all highlights
2023-06-13 20:40:22 +08:00
..
.storybook
__tests__
components Fix padding on list 2023-06-13 16:08:38 +08:00
docs
lib Some breakpoint improvements 2023-06-09 14:23:10 +08:00
locales/en
pages add "please try again" in the error message toast 2023-06-13 16:57:35 +08:00
public Add Obsidian to Integrations page, add some more copy on Pocket integration 2023-05-16 13:23:12 +08:00
stories
styles Use the underline style for all highlights 2023-06-13 19:17:56 +08:00
utils/settings-page/labels
.dockerignore
.env.template
.eslintignore
.eslintrc
.gitignore
additional.d.ts
Dockerfile
i18n.json
index.d.ts
jest.config.js
jest.setup.js
next-env.d.ts
next.config.js
package.json
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.