https://github.com/moox/ahrefs-country-select
https://github.com/moox/ahrefs-country-select
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moox/ahrefs-country-select
- Owner: MoOx
- Created: 2024-01-31T14:24:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T15:13:58.000Z (over 2 years ago)
- Last Synced: 2025-08-13T06:34:19.876Z (10 months ago)
- Language: ReScript
- Homepage: https://ahrefs-country-select-moox.vercel.app
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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