{"id":13726623,"url":"https://github.com/lessp/revery-minimal-template","last_synced_at":"2025-04-10T16:41:30.648Z","repository":{"id":98469248,"uuid":"287560704","full_name":"lessp/revery-minimal-template","owner":"lessp","description":"A minimal template for getting started with Revery","archived":false,"fork":false,"pushed_at":"2021-03-15T09:38:38.000Z","size":135,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T08:53:45.673Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Reason","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lessp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-08-14T15:07:59.000Z","updated_at":"2023-03-13T01:52:25.000Z","dependencies_parsed_at":"2023-06-01T21:15:47.370Z","dependency_job_id":null,"html_url":"https://github.com/lessp/revery-minimal-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lessp%2Frevery-minimal-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lessp%2Frevery-minimal-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lessp%2Frevery-minimal-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lessp%2Frevery-minimal-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lessp","download_url":"https://codeload.github.com/lessp/revery-minimal-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248252728,"owners_count":21072703,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T01:03:14.956Z","updated_at":"2025-04-10T16:41:30.620Z","avatar_url":"https://github.com/lessp.png","language":"Reason","funding_links":[],"categories":["Reason"],"sub_categories":[],"readme":"# Revery Minimal Template\n\nThis is a minimal Revery application to get you started.\n\n## Prerequisites\n\nSee the [requirements for building Revery](https://github.com/revery-ui/revery/wiki/Building-\u0026-Installing)\n\n## Getting started\n\n```\n# Clone the repository\ngit clone https://github.com/revery-ui/revery-quick-start\n\n# Go into the repository\ncd revery-quick-start\n\n# Install dependencies\nesy install\n\n# Build dependencies\nesy build\n```\n\n\u003e **NOTE:** The first build will take a while - building the OCaml compiler and dependencies takes time! Subsequent builds, though, should be very fast.\n\nOnce built, the application binary will be in the `_build/install/default/bin` - you can run it like:\n\n- `_build/install/default/bin/App`\n\nor using esy with the script specified in [package.json](package.json#L8):\n\n- `esy start`\n\n## What are all these files?\n\nThe most important files are:\n\n- [`src/App.re`](./src/App.re) - This is the core application code, responsible for **creating a window** and **rendering**.\n\nA Revery application also needs the following files:\n\n- [`package.json`](package.json) - [esy configuration](https://esy.sh/docs/en/configuration.html) - lists the Reason/OCaml dependencies.\n- `dune` / `dune-project` - build configuration files used by [Dune](https://dune.readthedocs.io/en/latest/).\n- `.opam` - metadata used by the build system.\n\n## Releasing\n\nTo create packages for distribution, follow these steps:\n\n- `npm install -g revery-packager`\n\nFrom the `revery-quick-start` folder, run:\n\n- `revery-packager`\n\nOnce complete, there will be application packages available in the `_release` folder.\n\n## Resources\n\n- Check out the [Reason-documentation](https://reasonml.org) to learn more about Reason\n- Visit the Reason [Discord-channel](https://discordapp.com/invite/reasonml) and say hi!\n\n## License\n\n[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flessp%2Frevery-minimal-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flessp%2Frevery-minimal-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flessp%2Frevery-minimal-template/lists"}