diff --git a/README.md b/README.md index 73d53ed..f75191b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # stereo.cat frontend written in typescript with qwik + +## running in dev env +``` +git clone https://git.iwakura.rip/stereo.cat/frontend.git +git submodule update --init --recursive +bun install +npm run dev +```