Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zindel/country-select
https://github.com/zindel/country-select
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zindel/country-select
- Owner: zindel
- Created: 2019-05-28T07:18:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:35:24.000Z (about 2 years ago)
- Last Synced: 2024-11-01T00:51:31.898Z (2 months ago)
- Language: OCaml
- Size: 1.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CountrySelect in Reason
Assuming you have the latest [esy](https://esy.sh/) globally installed.
# Development
```Bash
$ yarn
$ esy install
$ yarn start
$ yarn server # in a separate terminal
```The demo could be accessed at `http://localhost:3002`
# Building
```Bash
$ yarn
$ esy install
$ yarn build
$ ls -l ./build
```# Notes
- `esy` may not work with `fnm` seamlessly, in this case remove the `_esy`
directory and try again steps above
- the steps above were tested on MacOS only (Linux should work fine).