mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
The input type for the AddLinkModal was set to 'text' instead of 'url'. This causes various frustrations when using the web app on mobile; for example, autocorrect is applied to URLs that are manually typed. https://developer.mozilla.org/en-US/docs/Learn/Forms/HTML5_input_types#url_field |
||
|---|---|---|
| .. | ||
| .storybook | ||
| __tests__ | ||
| components | ||
| docs | ||
| lib | ||
| locales/en | ||
| pages | ||
| public | ||
| stories | ||
| styles | ||
| utils/settings-page/labels | ||
| .dockerignore | ||
| .env.template | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| additional.d.ts | ||
| Dockerfile | ||
| i18n.json | ||
| index.d.ts | ||
| 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.