From cbbb67719edecbef15d90a2c4f9d2c8f6cec3a49 Mon Sep 17 00:00:00 2001 From: monoid Date: Sat, 16 Oct 2021 16:42:39 +0900 Subject: [PATCH] add README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..25da586 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Computer Graphics Study + +It is study project for computer graphics. + +## Running + +```sh +npm install +``` + +``` +npm run start +``` \ No newline at end of file