omnivore/packages/web
Jackson Harper 376cc74aaa Allow primary layout to use full screen dimensions
Also set the library fetch limit back to 10.
2022-06-20 12:31:30 -07:00
..
.storybook reverted OmnivoreNameLogo icon and change icon sizes 2022-04-28 03:07:01 +00:00
__tests__ Remove react-intl package until we have internationalized code, drops bundle size 2022-04-22 15:12:59 -07:00
components Allow primary layout to use full screen dimensions 2022-06-20 12:31:30 -07:00
docs
lib Do all scroll watching on the main window 2022-06-17 15:59:51 -07:00
locales/en Remove react-intl package until we have internationalized code, drops bundle size 2022-04-22 15:12:59 -07:00
pages Do all scroll watching on the main window 2022-06-17 15:59:51 -07:00
public Update the list of fonts for web to match iOS 2022-06-15 12:40:10 -07:00
stories Added font selector 2022-06-15 15:43:10 +00:00
styles Add new fonts for the reader on iOS 2022-06-13 16:06:49 -07:00
utils/settings-page/labels
.dockerignore
.env.template
.eslintignore
.eslintrc
.gitignore
additional.d.ts
Dockerfile
i18n.json
index.d.ts Fixed stiches issue with storybook. 2022-04-14 22:45:41 +00:00
jest.config.js
jest.setup.js
next-env.d.ts
next.config.js
package.json Bump pspdfkit from 2021.6.1 to 2022.2.3 2022-06-13 19:58:59 +00:00
README.md
sentry.client.config.ts
sentry.server.config.ts
tsconfig.json Fixed stiches issue with storybook. 2022-04-14 22:45:41 +00: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.