mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
|
Some checks are pending
* Bump react-markdown from 8.0.6 to 8.0.7 Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 8.0.6 to 8.0.7. - [Release notes](https://github.com/remarkjs/react-markdown/releases) - [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md) - [Commits](https://github.com/remarkjs/react-markdown/compare/8.0.6...8.0.7) --- updated-dependencies: - dependency-name: react-markdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump nanoid from 4.0.2 to 5.0.9 in /pkg/extension Bumps [nanoid](https://github.com/ai/nanoid) from 4.0.2 to 5.0.9. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/4.0.2...5.0.9) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump next from 13.5.8 to 14.2.21 Bumps [next](https://github.com/vercel/next.js) from 13.5.8 to 14.2.21. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v13.5.8...v14.2.21) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump intercom-client from 3.2.1 to 6.0.0 Bumps [intercom-client](https://github.com/intercom/intercom-node) from 3.2.1 to 6.0.0. - [Release notes](https://github.com/intercom/intercom-node/releases) - [Commits](https://github.com/intercom/intercom-node/compare/v3.2.1...v6.0.0) --- updated-dependencies: - dependency-name: intercom-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump nanoid from 3.3.8 to 5.0.9 Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.8 to 5.0.9. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.8...5.0.9) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @aws-sdk/lib-storage from 3.730.0 to 3.744.0 Bumps [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) from 3.730.0 to 3.744.0. - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.744.0/lib/lib-storage) --- updated-dependencies: - dependency-name: "@aws-sdk/lib-storage" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| .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.