omnivore/packages/web
Timothy Atapagra fe93a20896 chore: enhance development environment and performance optimizations
- Update docker-compose.dev.yml to include performance-related environment variables.
- Modify next.config.js for SWC minification, Turbopack integration, and Sentry configuration.
- Adjust package.json scripts to enable Turbopack for faster development builds.
- Update EmailLogin component to improve form handling and error management.
2025-10-09 13:10:32 -04: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 chore: enhance development environment and performance optimizations 2025-10-09 13:10:32 -04:00
docs Open source omnivore 2022-02-11 09:24:33 -08:00
lib feat(api-nest): Complete NestJS authentication system with web integration 2025-10-09 13:10:32 -04:00
locales/en limit number of rss subscriptions to 20 2023-07-21 15:28:20 +08:00
pages Create a Docker Image for Web (#4533) 2025-02-05 15:37:58 +01:00
public feat(api-nest): Complete NestJS authentication system with web integration 2025-10-09 13:10:32 -04:00
stories Move react toast 2024-08-26 13:26:32 +08:00
styles Improving Self-Hosting and Removing 3rd Party dependencies. (#4513) 2025-01-27 13:33:16 +01:00
utils escape quotes for subscription search on Web 2024-04-03 17:00:21 +08: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 Improving Self-Hosting and Removing 3rd Party dependencies. (#4513) 2025-01-27 13:33:16 +01:00
.gitignore Setup sentry for web code 2024-08-21 19:08:27 +08:00
additional.d.ts Add support for embedding TikTok videos 2024-05-13 13:30:54 +08:00
Dockerfile 🚀 Stable Foundation: PDF Upload, Auth, and Infrastructure Fixes 2025-07-09 16:36:49 -04:00
Dockerfile-self Create a Docker Image for Web (#4533) 2025-02-05 15:37:58 +01:00
env.sh 🚀 Stable Foundation: PDF Upload, Auth, and Infrastructure Fixes 2025-07-09 16:36:49 -04:00
i18n.json Open source omnivore 2022-02-11 09:24:33 -08:00
index.d.ts Fixed stiches issue with storybook. 2022-04-14 22:45:41 +00:00
instrumentation.ts Remove edge config 2024-08-21 19:08:27 +08:00
next-env.d.ts Open source omnivore 2022-02-11 09:24:33 -08:00
next.config.js chore: enhance development environment and performance optimizations 2025-10-09 13:10:32 -04:00
next.config.self.js Improving Self-Hosting and Removing 3rd Party dependencies. (#4513) 2025-01-27 13:33:16 +01:00
package.json chore: enhance development environment and performance optimizations 2025-10-09 13:10:32 -04:00
README.md Open source omnivore 2022-02-11 09:24:33 -08:00
sentry.client.config.ts chore: enhance development environment and performance optimizations 2025-10-09 13:10:32 -04:00
sentry.server.config.ts chore: enhance development environment and performance optimizations 2025-10-09 13:10:32 -04:00
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.