From 34885272f32afa50c7ba8335805f92905599e88c Mon Sep 17 00:00:00 2001 From: Leonardo Santos <93401987+zazedd@users.noreply.github.com> Date: Tue, 23 May 2023 22:50:45 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 6836c95..774ae20 100644 --- a/README.md +++ b/README.md @@ -6,23 +6,14 @@ Backend is here: [backend-soundscapes](https://github.com/ProgramingIsTheFuture/ ## Features - [Hot Module Reload](https://github.com/hmsk/vite-plugin-elm) of all code in the app (including Elm) -- [Integration with Vite static asset handling](https://package.elm-lang.org/packages/hmsk/elm-vite-plugin-helper/latest/) - Tooling installation via [elm-tooling](https://elm-tooling.github.io/elm-tooling-cli/) - Includes Elm, elm-format, elm-json, and elm-test-rs - Basic unit test and [elm-review](https://package.elm-lang.org/packages/jfmengels/elm-review/latest/) examples - Github Actions CI for running tests -- Recommends the [Elm VS Code extension](https://marketplace.visualstudio.com/items?itemName=Elmtooling.elm-ls-vscode) -For a single page app (SPA) version of this template, check out [`vite-elm-spa`](https://github.com/lindsaykwardell/vite-elm-spa) - -# Get Started -## Running it +## Running ``` cd soundscapes npm install npm run dev ``` - -Vite : [Vite's official documentation.](https://vitejs.dev/) - -Elm : [Elm's official homepage](https://elm-lang.org/).