Skip to content

Commit

Permalink
Updated YouTube, GitHub links For May 12 meetup (#36)
Browse files Browse the repository at this point in the history
* Updated YouTube, GitHub links For May 12 meetup

* Update first sentence
  • Loading branch information
shakthimaan authored May 31, 2024
1 parent 688a8bc commit 41657d9
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions blog/2024-05-12-meetup-3-and-ann-next-meetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,24 @@ title: "Meetup 3: How ocaml.org is built with Dream"
authors: [prometheansacrifice]
---

[Shakthi Kannan](https://twitter.com/shaktimaan) introduced us to how
[ocaml.org](https://ocaml.org) website is built. He showed us the
tools needed to get started, and the commands to build and run the
website.
[Shakthi Kannan](https://twitter.com/shakthimaan) introduced us to how the [ocaml.org](https://ocaml.org) website is built.

You need to first install Opam (OCaml Package Manager) on your system,
and a [demo video](https://www.youtube.com/watch?v=GJf8SeSRZjI) is
available.

The OCaml.org website sources are at
[OCaml.org](https://github.com/ocaml/ocaml.org). After cloning the
repository, you need to run:

```
$ make switch
$ make start
```

A [dashboard](https://github.com/orgs/ocaml-web/projects/1/views/1) of
good-first-issues to contribute to the OCaml.org web project are
available.

We had a casual round of discussion about embedded systems as some of
the attendees write embedded software for a living. Of course,
Expand Down

0 comments on commit 41657d9

Please sign in to comment.