Skip to content

Commit

Permalink
2024/02/10 - Some project logistics for README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FadiShawki committed Jan 10, 2024
1 parent 967da3a commit 0e04eba
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,19 @@ A simple way of phrasing this, is that the concept of a (hyper-/)'Vertex', (hype
> [!WARNING]
> No proper performance optimizations have been done on its current iteration.
---

### Local setup

- Running `orbitmines.com` locally on `http://localhost:3000`:
- ```
npm install
```
- ```
npm start
```
- Running tests.
- ```shell
npm run test -- --watchAll
```
3 changes: 2 additions & 1 deletion src/@orbitmines/external/chyp/Chyp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
* **Why is this interface here?**
*
* Note that this is mainly here for reference to the existing Chyp codebase - for anyone who understands that structure, to quickly translate that knowledge into how Rays work. - Other than that functionality, everything here should be considered as deprecated. Or considered as a legacy translation, which will be accessibly through OrbitMines.
*/
*/

0 comments on commit 0e04eba

Please sign in to comment.