Skip to content

Commit

Permalink
improve window settings, fix up deps, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
hashwarp committed Dec 14, 2024
1 parent 9de942a commit 5c1f42d
Show file tree
Hide file tree
Showing 9 changed files with 703 additions and 21,023 deletions.
799 changes: 391 additions & 408 deletions .rush/temp/shrinkwrap-deps.json

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions CODE_OF_CONDUCT.md

This file was deleted.

40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
Clone the repo and install dependencies:

```bash
git clone --depth 1 --branch main https://github.com/arken-engineering/portal-desktop.git your-project-name
git clone --depth 1 --branch main https://github.com/arkenrealms/portal.git your-project-name
cd your-project-name
npm install
```

**Having issues installing? See our [debugging guide](https://github.com/arken-engineering/portal-desktop/issues/1)**
**Having issues installing? See our [debugging guide](https://github.com/arkenrealms/portal/issues/1)**

## Starting Development

Expand Down Expand Up @@ -60,25 +60,25 @@ See our [docs and guides here](https://docs.arken.gg/installation)
- ๐ŸŒ [Arken Telegram](https://telegram.arken.gg)
- ๐Ÿ“บ [Arken Realms](https://arken.gg)
- ๐Ÿ“บ [Portal](https://return.gg/portal)
- ๐Ÿ“– [Discussions](https://github.com/arken-engineering/discussions)
- ๐Ÿ“– [Roadmap](https://github.com/orgs/arken-engineering/projects/1)
- ๐Ÿ”— [Portal Web](https://github.com/arken-engineering/portal-web)
- ๐Ÿ”— [Portal UI](https://github.com/arken-engineering/portal-ui)
- ๐Ÿ”— [Arken Seer](https://github.com/arken-engineering/seer)
- ๐Ÿ”— [Arken Cerebro](https://github.com/arken-engineering/cerebro)
- ๐Ÿ”— [Arken Node](https://github.com/arken-engineering/node)
- ๐Ÿ”— [Arken Bot](https://github.com/arken-engineering/bot)
- ๐Ÿ”— [Arken Bridge](https://github.com/arken-engineering/bridge)
- ๐Ÿ”— [Arken Link](https://github.com/arken-engineering/link)
- ๐ŸŽฎ [Arken: Evolution Isles](https://github.com/arken-engineering/isles)
- ๐ŸŽฎ [Arken: Infinite Arena](https://github.com/arken-engineering/arena)
- ๐ŸŽฎ [Arken: Heart of the Oasis](https://github.com/arken-engineering/oasis)
- ๐Ÿ“– [Discussions](https://github.com/arkenrealms/discussions)
- ๐Ÿ“– [Roadmap](https://github.com/orgs/arkenrealms/projects/1)
- ๐Ÿ”— [Portal Web](https://github.com/arkenrealms/portal-web)
- ๐Ÿ”— [Portal UI](https://github.com/arkenrealms/portal-ui)
- ๐Ÿ”— [Arken Seer](https://github.com/arkenrealms/seer)
- ๐Ÿ”— [Arken Cerebro](https://github.com/arkenrealms/cerebro)
- ๐Ÿ”— [Arken Node](https://github.com/arkenrealms/node)
- ๐Ÿ”— [Arken Bot](https://github.com/arkenrealms/bot)
- ๐Ÿ”— [Arken Bridge](https://github.com/arkenrealms/bridge)
- ๐Ÿ”— [Arken Link](https://github.com/arkenrealms/link)
- ๐ŸŽฎ [Arken: Evolution Isles](https://github.com/arkenrealms/evolution)
- ๐ŸŽฎ [Arken: Infinite Arena](https://github.com/arkenrealms/infinite)
- ๐ŸŽฎ [Arken: Heart of the Oasis](https://github.com/arkenrealms/oasis)

## License

[WTFFPL](LICENSE)
[MIT](LICENSE)

[github-actions-status]: https://github.com/arken-engineering/portal-desktop/workflows/Test/badge.svg
[github-actions-url]: https://github.com/arken-engineering/portal-desktop/actions
[github-tag-image]: https://img.shields.io/github/tag/arken-engineering/portal-desktop.svg?label=version
[github-tag-url]: https://github.com/arken-engineering/portal-desktop/releases/latest
[github-actions-status]: https://github.com/arkenrealms/portal/workflows/Test/badge.svg
[github-actions-url]: https://github.com/arkenrealms/portal/actions
[github-tag-image]: https://img.shields.io/github/tag/arkenrealms/portal.svg?label=version
[github-tag-url]: https://github.com/arkenrealms/portal/releases/latest
Loading

0 comments on commit 5c1f42d

Please sign in to comment.