mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
- 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. |
||
|---|---|---|
| .. | ||
| .storybook | ||
| __tests__ | ||
| components | ||
| docs | ||
| lib | ||
| locales/en | ||
| pages | ||
| public | ||
| stories | ||
| styles | ||
| utils | ||
| .dockerignore | ||
| .env.template | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| additional.d.ts | ||
| Dockerfile | ||
| Dockerfile-self | ||
| env.sh | ||
| i18n.json | ||
| index.d.ts | ||
| instrumentation.ts | ||
| next-env.d.ts | ||
| next.config.js | ||
| next.config.self.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.