From 41016c184d8a654d87e47d7242438f705f823bcb Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Wed, 14 Jun 2023 12:15:09 -0500 Subject: [PATCH] Update 'README.md' Signed-off-by: Michael Zhang --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 102e366..1738baa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ -# Tauri + React + Typescript +# Houhou SRS -This template should help get you started developing with Tauri, React and Typescript in Vite. +Based on [Houhou SRS](https://houhou-srs.com) -## Recommended IDE Setup +Should run on Windows, Mac, and Linux in theory. -- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) +Check [releases](https://git.mzhang.io/michael/houhou/releases) to see if there are any builds + +### Building from source + +``` +npm ci +npm run tauri dev +``` \ No newline at end of file