An open API service indexing awesome lists of open source software.

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!

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).