add info in doc

This commit is contained in:
HaQadosch 2023-11-25 08:13:09 +00:00
parent c10ce64dd9
commit 8467d33185
2 changed files with 9 additions and 0 deletions

2
.gitignore vendored
View File

@ -130,3 +130,5 @@ dist
.yarn/install-state.gz
.pnp.*
# Emacs autosave file
*~

View File

@ -31,8 +31,15 @@ Well, there's [[https://rocket.rs/][Rocket]] for Rust but I guess we can wait.
Because this is what the book is doing and we don't want to waste too much time
(it's 9:29pm) and I'm too tired for that.
* Set up
** Repo
Setting up the project is done via the repo template on github.[fn:1]
Let's clone it from gitlab, or gitea ?
** Esbuild
Recommended way is via curl, see the [[https://esbuild.github.io/getting-started/#other-ways-to-install][install page]].
#+name: curl esbuild
#+begin_src shell
curl -fsSL https://esbuild.github.io/dl/v0.19.7 | sh
#+end_src
* Footnotes