From 026ace6302f23837e34e982f6660e09ff38ee97b Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 9 Jan 2021 14:24:49 +0100 Subject: Use plain HTML and CSS --- README.md | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f9d3246..f3db830 100644 --- a/README.md +++ b/README.md @@ -2,28 +2,15 @@ Available at [https://cooking.guyonvarch.me](https://cooking.guyonvarch.me). -## Gettings started +## Getting started -Start the environment with: - -```bash -./dev start -``` - -Later, stop the environment with: - -```bash -./dev stop +```sh +cd public +python -m http.server ``` ## Deploy -```bash -nix-shell --run ./deploy +```sh +./deploy ``` - -## Bucklescript links - -- [Documentation](https://bucklescript.github.io/docs/en/interop-overview) -- [Ocaml std API](https://caml.inria.fr/pub/docs/manual-ocaml-4.02/stdlib.html) -- [Libraries](https://bucklescript.github.io/bucklescript/api/index.html) -- cgit v1.2.3