|
1 | | -# Welcome to Remix + Vite! |
| 1 | +# Regex Zone [<img alt="Logo for Regex Zone" src="public/favicon.svg" height="96" align="right"/>](https://www.regex.zone/) |
2 | 2 |
|
3 | | -📖 See the [Remix docs](https://remix.run/docs) and the [Remix Vite docs](https://remix.run/docs/en/main/future/vite) for details on supported features. |
| 3 | +[](https://github.com/regexplanet/regex-zone/actions/workflows/gcr-deploy.yaml) |
4 | 4 |
|
5 | | -## Development |
| 5 | +A catalog of useful regular expressions and related resources. |
6 | 6 |
|
7 | | -Run the Vite dev server: |
| 7 | +## License |
8 | 8 |
|
9 | | -```shellscript |
10 | | -npm run dev |
11 | | -``` |
| 9 | +CC BY-SA 4.0: [Overview](https://creativecommons.org/licenses/by-sa/4.0/), [legal text](LICENSE.txt) |
12 | 10 |
|
13 | | -## Deployment |
| 11 | +## Contributing |
14 | 12 |
|
15 | | -First, build your app for production: |
| 13 | +LATER |
16 | 14 |
|
17 | | -```sh |
18 | | -npm run build |
19 | | -``` |
| 15 | +## Links |
20 | 16 |
|
21 | | -Then run the app in production mode: |
| 17 | +- [Wikipedia:Regular_Expression](https://en.wikipedia.org/wiki/Regular_expression) |
22 | 18 |
|
23 | | -```sh |
24 | | -npm start |
25 | | -``` |
| 19 | +## Other Libraries of Regex Patterns |
26 | 20 |
|
27 | | -Now you'll need to pick a host to deploy it to. |
| 21 | +- [GitLeaks](https://github.com/gitleaks/gitleaks/blob/master/config/gitleaks.toml) |
| 22 | +- [iHateRegex](https://github.com/geongeorge/i-hate-regex/tree/master/static/regex) |
| 23 | +- [mingrammer/commonregex](https://github.com/mingrammer/commonregex) |
| 24 | +- [pyWhat](https://github.com/bee-san/pyWhat/blob/main/pywhat/Data/regex.json) |
| 25 | +- [RegexHub](https://projects.lukehaas.me/regexhub/) |
| 26 | +- [RegExLib](https://regexlib.com/Default.aspx) |
| 27 | +- [sindresorhus](https://github.com/sindresorhus?tab=repositories&q=regex&type=&language=&sort=) |
28 | 28 |
|
29 | | -### DIY |
| 29 | +## Credits |
30 | 30 |
|
31 | | -If you're familiar with deploying Node applications, the built-in Remix app server is production-ready. |
| 31 | +[](https://cloud.google.com/run/ "Hosting") |
| 32 | +[](https://git-scm.com/ "Version control") |
| 33 | +[](https://github.com/ "Code hosting") |
| 34 | +[](https://github.com/googlefonts/noto-emoji/blob/master/svg/emoji_u1f441.svg "Logo/Favicon")[](https://nodeping.com?rid=201109281250J5K3P "Uptime monitoring") |
| 35 | +[](https://www.npmjs.com/ "JS Package Management") |
| 36 | +[](https://phosphoricons.com/ "Toolbar icons") |
| 37 | +[](https://reactjs.org/ "UI Framework") |
| 38 | +[](https://remix.run/ "React Framework") |
| 39 | +[](https://www.typescriptlang.org/ "Programming Language") |
| 40 | +[](https://vitejs.dev/ "Bundler") |
32 | 41 |
|
33 | | -Make sure to deploy the output of `npm run build` |
| 42 | +## Font |
| 43 | + |
| 44 | +- Roboto Slab |
| 45 | +- OpenSans for body |
| 46 | +- Nimbus Mono for code |
| 47 | + |
| 48 | +- Jetbrains mono |
| 49 | +- roboto mono |
| 50 | +- b612-mono |
| 51 | +- DM Mono |
| 52 | +- Courier Prime |
34 | 53 |
|
35 | | -- `build/server` |
36 | | -- `build/client` |
|
0 commit comments