omnivore/packages/web
Jackson Harper 111ed12a29 Remove storybook
We are not using storybook for testing yet, so just removing
the unused dependencies.
2022-02-11 12:01:57 -08:00
..
__tests__ Open source omnivore 2022-02-11 09:24:33 -08:00
components Open source omnivore 2022-02-11 09:24:33 -08:00
docs Open source omnivore 2022-02-11 09:24:33 -08:00
lib Open source omnivore 2022-02-11 09:24:33 -08:00
locales/en Open source omnivore 2022-02-11 09:24:33 -08:00
pages Open source omnivore 2022-02-11 09:24:33 -08:00
public Open source omnivore 2022-02-11 09:24:33 -08:00
styles Open source omnivore 2022-02-11 09:24:33 -08:00
.dockerignore Open source omnivore 2022-02-11 09:24:33 -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 Open source omnivore 2022-02-11 09:24:33 -08:00
next-env.d.ts Open source omnivore 2022-02-11 09:24:33 -08:00
next.config.js Open source omnivore 2022-02-11 09:24:33 -08:00
package.json Remove storybook 2022-02-11 12:01:57 -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 Open source omnivore 2022-02-11 09:24:33 -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.