TA159

Notas, resueltos y trabajos practicos de la materia Sistemas Gráficos
Index Commits Files Refs Submodules README LICENSE
commit 7e4fbd173fd9dee4e4342f35948c7747425008e6
parent 17a3d7ca03648aafddc4b087789fc86324f0287b
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date:   Thu, 14 Mar 2024 14:04:36 -0300

Add README.md

Diffstat:
AREADME.md | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -0,0 +1,19 @@
+# Castle Scene made with Three.js
+
+![14-02-00_14-03-2024_scrot](https://github.com/mjkloeckner/castle-scene/assets/64109770/e4a1e2c3-3ff7-4ee7-9fb3-72574cd1e482)
+
+## Quick Start
+
+Install node modules
+
+```sh
+npm i
+```
+
+Then create a web server on curent directory with `vite`
+
+```sh
+vite
+```
+
+the go to the URL provided by vite