mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
|
Some checks failed
Build Docker Images / Build docker images (push) Has been cancelled
Build Self-Hosting Docker Images / Build self-host docker images (push) Has been cancelled
Run tests / Run Codebase tests (push) Has been cancelled
Run tests / Build docker images (push) Has been cancelled
|
||
|---|---|---|
| .. | ||
| .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.