omnivore/packages/web
2022-12-14 12:56:54 +08:00
..
.storybook
__tests__
components Add festive logo file 2022-12-14 12:56:54 +08:00
docs
lib Update web 2022-12-09 15:40:34 +08:00
locales/en
pages Fix escaping 2022-12-08 12:16:02 +08:00
public Put a santa hat on the login on non-logged in pages 2022-12-14 12:44:05 +08:00
stories
styles Use the radix progress bar to keep consistent 2022-11-22 12:00:26 +08:00
utils/settings-page/labels
.dockerignore
.env.template
.eslintignore
.eslintrc
.gitignore
additional.d.ts update android js interface. send actionID and json to WebReaderViewModel 2022-09-26 19:19:29 -07:00
Dockerfile
i18n.json
index.d.ts
jest.config.js
jest.setup.js
next-env.d.ts
next.config.js
package.json Fix some errors in drag and drop feature 2022-11-30 11:53:06 +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.