{"id":16138184,"url":"https://github.com/ul/reason-workshop","last_synced_at":"2025-08-01T20:42:36.573Z","repository":{"id":146517183,"uuid":"99533138","full_name":"ul/reason-workshop","owner":"ul","description":null,"archived":false,"fork":false,"pushed_at":"2017-09-12T09:06:51.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-24T15:34:09.913Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"OCaml","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-08-07T03:29:24.000Z","updated_at":"2018-11-05T10:24:39.000Z","dependencies_parsed_at":"2024-04-19T11:02:10.615Z","dependency_job_id":null,"html_url":"https://github.com/ul/reason-workshop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ul/reason-workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ul%2Freason-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ul%2Freason-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ul%2Freason-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ul%2Freason-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ul","download_url":"https://codeload.github.com/ul/reason-workshop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ul%2Freason-workshop/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268294007,"owners_count":24227594,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-09T23:32:45.100Z","updated_at":"2025-08-01T20:42:36.523Z","avatar_url":"https://github.com/ul.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reason Workshop\n\nIf you are on windows, or any non-mainstream linux / OSX, please download virtualbox and set it up before arriving. I will provide a vbox image with the latest version of this repo set up, and with some text editors set up inside it for the day.\n\nThis workshop runs a step by step introduction to applying the language to building the game Tic-Tac-Toe, using Reason and React.\n\nPlease make sure you have cloned this repository and run all the installation instructions before coming to the workshop. If any instructions are unclear, or if you're having trouble getting set up, please email me at bassjacob @ gmail and I'll make sure to help you.\n\n## Requirements\n\n*   NodeJS \u003e= v7.10.0 and npm \u003e= 4 [Installation Instructions](https://nodejs.org/en/download).\n*   Install refmt, ocamlmerlin and ocamlmerlin-reason according to [reasonml js workflow](https://reasonml.github.io/guide/editor-tools/global-installation).\n    (basically just run: `npm install -g git://github.com/reasonml/reason-cli.git#beta-v-1.13.6`)\n*   Please follow the [reasonml tooling instructions](https://reasonml.github.io/guide/editor-tools/) to set up your text editor. At time of writing this, the following editors are supported:\n    *   vim / neovim\n    *   emacs\n    *   atom\n    *   [vscode](https://github.com/freebroccolo/vscode-reasonml)\n\n## Installation Instructions\n\n```\n# Install and set up the requirements above\n\n# Clone this repository\n\ngit clone https://github.com/bassjacob/reason-workshop\n\n# Change directory into the cloned folder\n\ncd reason-workshop\n\n# Install the project dependencies\n\nnpm i\n```\n\n## Getting Started\nBefore attending the workshop!!!\n\nOnce you have the repository cloned and the dependencies installed, please run the following command to test the installation. From inside the root of the repository (the folder you just cloned into) run the following command:\n\n```\nnpm run watch\n```\n\nYou should see a lot of output on your terminal, and after a few seconds you should be able to visit `localhost:8080` and see a webpage on the screen.\n\nIf you see anything different, or the command fails for any reason, please take a screenshot and contact me.\n\n## Workshop\n\nTo run the workshop, run `npm run watch`. In a browser navigate to \u003chttp://localhost:8080/problems/1\u003e and follow the instructions from there.\n\nThis project requires two ports to be free on your machine, 3000 and 8080. You can override these with the setting `SERVER_PORT` and `WEBPACK_PORT` like so:\n\n```\n# on linux / osx\nSERVER_PORT=3000 WEBPACK_PORT=8080 npm run watch;\n```\n\n## Contact Me\n\nEmail: bassjacob @ gmail\n\nTwitter: @bassjacob\n\nDiscord: [Join the Reason Discord channel](https://discord.gg/reasonml)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ful%2Freason-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ful%2Freason-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ful%2Freason-workshop/lists"}