diff options
author | Joris | 2021-01-09 14:24:49 +0100 |
---|---|---|
committer | Joris | 2021-01-09 14:24:49 +0100 |
commit | 026ace6302f23837e34e982f6660e09ff38ee97b (patch) | |
tree | 4ea14b3cdadadad97b349901148b8f4a2462482e /README.md | |
parent | 8337dd669c518a70bffdf1e91059e0968d786c0f (diff) |
Use plain HTML and CSS
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 25 |
1 files changed, 6 insertions, 19 deletions
@@ -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) |