https://github.com/marcdonald/marcnotmark.quest
The name's Marc, not Mark!
https://github.com/marcdonald/marcnotmark.quest
hacktoberfest
Last synced: about 1 year ago
JSON representation
The name's Marc, not Mark!
- Host: GitHub
- URL: https://github.com/marcdonald/marcnotmark.quest
- Owner: MarcDonald
- License: mit
- Created: 2022-10-05T15:35:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T12:48:54.000Z (over 3 years ago)
- Last Synced: 2025-03-28T18:55:02.850Z (over 1 year ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage: https://MarcNotMark.quest
- Size: 696 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The name's Marc, not Mark!
For every Marc born, there are 11 times as many Marks born. Help correct this injustice.
## Development
You will be running two processes during development:
- The Miniflare server (miniflare is a local environment for Cloudflare Workers)
- The Remix development server
Both are started with one command:
```sh
npm run dev
```
Open up [http://127.0.0.1:8787](http://127.0.0.1:8787) and you should be ready to go!
If you want to check the production build, you can stop the dev server and run following commands:
```sh
npm run build
npm start
```
Then refresh the same URL in your browser (no live reload for production builds).