# Getting started with memescope-monday

The community-driven memecoin directory. Every Monday at 10 AM UTC, the community votes together on the best memecoin plays across Solana, Base, and BNB Chain. Submit your picks, upvote the best, ride together.

## Install

```bash
git clone https://github.com/nirholas/memescope-monday.git
```

## Verify the install

Clone the repository and run its checks to confirm everything works on your machine:

```bash
git clone https://github.com/nirholas/memescope-monday.git
cd memescope-monday
```

Available commands:

| Command | Runs |
|---|---|
| `npm run build` | `NODE_OPTIONS='--max-old-space-size=8192' next build` |
| `npm run dev` | `next dev --turbopack` |
| `npm run lint` | `next lint` |
| `npm run start` | `next start` |

## Next steps

- [Examples](./examples.md) shows runnable snippets.
- The [README](https://github.com/nirholas/memescope-monday#readme) is the complete reference.
- Found a problem? [Open an issue](https://github.com/nirholas/memescope-monday/issues).
