From b1023a22748ddef3c50d689499b6f113c6091a94 Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 2 Aug 2024 09:21:01 +0900 Subject: [PATCH] fix --- readme.md | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index b52ea20..a0635cb 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,29 @@ strive to build a [solar system](https://eyes.nasa.gov/apps/solar-system/). +## galaxy + +```sh +$ cd galaxy +$ yarn install +$ yarn dev +``` + +## galaxy-react + +```sh +$ cd galaxy-react +$ npm i +$ npm run start +``` + +## solar & particle + +```sh +$ cd xxx +$ open index.html +``` + ## ref - [100-stars](https://stars.chromeexperiments.com/) @@ -13,11 +36,3 @@ strive to build a [solar system](https://eyes.nasa.gov/apps/solar-system/). - [the-halfbloodprince/GalaxyM1199](https://github.com/the-halfbloodprince/GalaxyM1199) - [the-halfbloodprince/Galaxy-M2999](https://github.com/the-halfbloodprince/Galaxy-M2999) - [solarcg/SolarSys](https://github.com/solarcg/SolarSys) - -## galaxy-react - -```sh -$ cd galaxy-react -$ npm i -$ npm run start -```