omnivore/packages/web
2022-03-07 09:47:43 -08:00
..
__tests__ use next/jest plugin to configure jest unit tests 2022-03-03 13:44:35 -08:00
components Dont use <Script inside next/head 2022-03-03 20:56:16 -08:00
docs Open source omnivore 2022-02-11 09:24:33 -08:00
lib Add typing on the error filter query 2022-03-01 14:40:36 -08:00
locales/en Open source omnivore 2022-02-11 09:24:33 -08:00
pages Set theme on emails and labels pages 2022-03-07 09:47:43 -08:00
public Add icons 2022-03-01 10:20:02 -08:00
styles Set root color scheme CSS for iOS to determine system colour 2022-03-06 09:16:14 -08:00
.dockerignore Open source omnivore 2022-02-11 09:24:33 -08:00
.env.local Add a section on using docker-compose to run the backend for frontend engineers 2022-02-12 13:43:18 -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 Open source omnivore 2022-02-11 09:24:33 -08:00
.gitignore Open source omnivore 2022-02-11 09:24:33 -08:00
additional.d.ts Open source omnivore 2022-02-11 09:24:33 -08:00
Dockerfile Simplify docker compose setup for new users 2022-02-11 11:45:37 -08:00
i18n.json Open source omnivore 2022-02-11 09:24:33 -08:00
jest.config.js remove module aliases from jest config 2022-03-03 13:50:54 -08:00
jest.setup.js remove module aliases from jest config 2022-03-03 13:50:54 -08:00
next-env.d.ts Open source omnivore 2022-02-11 09:24:33 -08:00
next.config.js Fix the favicon imports 2022-02-26 17:32:12 -08:00
package.json create a test and build command for deploying to vercel 2022-03-03 15:48:42 -08:00
README.md Open source omnivore 2022-02-11 09:24:33 -08:00
sentry.client.config.ts Open source omnivore 2022-02-11 09:24:33 -08:00
sentry.server.config.ts Open source omnivore 2022-02-11 09:24:33 -08:00
tsconfig.json use next/jest plugin to configure jest unit tests 2022-03-03 13:44:35 -08: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.