Skip to content

Commit

Permalink
updating the read me
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmyers8 committed Mar 26, 2024
1 parent 385f85f commit 430d225
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@


# PlanetTechJS (ALPHA V0.8)
[OFFICIAL DEMO](https://miguelmyers8.github.io/PlanetTechJS/examples/)

<p align="center">
<img src="./assets/Astron.png" />
</p>


## DEMO
[OFFICIAL DEMO](https://miguelmyers8.github.io/PlanetTechJS/examples/)

## Goal

This video served as the motivation for the project. I would like to design a system/toolkit that gets as close as possible to what is demoed.
Expand All @@ -29,8 +31,9 @@ $ python3 -m http.server
Past `http://localhost:8000/` into the browser.

## Build From Source
If would like to work on this, install it locally first thing you need to do is. Copy the coi-serviceworker.js file and paste it
in the root of where your index.html file is located and link to it. Then run the following commands.
If you would like to work on this, the first thing you need to do is install it locally.
Copy the coi-serviceworker.js file from ./examples and paste it in the root directory where your index.html file is located,
then link to it. Afterward, run the following commands.
```
$ cd ./to/your/projects/root
$ git clone https://github.com/miguelmyers8/PlanetTechJS.git
Expand Down

0 comments on commit 430d225

Please sign in to comment.