mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
This will let us handle the mutations differently on native iOS and should help in avoiding making web calls directly from the web view, so we can avoid CORs and introduce a caching layer. |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| components | ||
| docs | ||
| lib | ||
| locales/en | ||
| pages | ||
| public | ||
| styles | ||
| .dockerignore | ||
| .env.template | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| additional.d.ts | ||
| Dockerfile | ||
| i18n.json | ||
| 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.