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

https://github.com/moox/ahrefs-country-select


https://github.com/moox/ahrefs-country-select

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Ahrefs Country Select

## Languages & Technologies

- [ReScript](https://rescript-lang.org)
- [TypeScript](https://www.typescriptlang.org)
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)

#### Libraries

- [React](https://reactjs.org/)
- [ReScript React](https://rescript-lang.org/docs/react/latest/introduction)
- [ReScript Core](https://rescript-lang.org/docs/manual/latest/api/core)

#### Framework

- [Next.js](https://github.com/vercel/next.js)

## Getting Started

Using [Git](https://git-scm.com), clone this repository

```bash
git clone https://github.com/MoOx/ahrefs-country-select.git
cd ahrefs-country-select
````

Then install the dependencies using [Node](https://nodejs.org/en/) using the [proper version](./.node-version)

```bash
npm install
``````

### Development

First, run the development server:

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying the code in `src/`. The page should auto-updates as you edit any file.

⚠️ For ReScript development (editing `.res` files), run the following command in a separate terminal:

```bash
npm run res:dev
```

### Production

@todo