https://github.com/morr0ne/cake
🍰 The Portal ending screen in your browser
https://github.com/morr0ne/cake
cake portal
Last synced: 8 months ago
JSON representation
🍰 The Portal ending screen in your browser
- Host: GitHub
- URL: https://github.com/morr0ne/cake
- Owner: morr0ne
- License: apache-2.0
- Created: 2024-03-06T15:12:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T15:50:34.000Z (10 months ago)
- Last Synced: 2025-02-04T07:37:08.410Z (8 months ago)
- Topics: cake, portal
- Language: TypeScript
- Homepage: https://cake.morrone.dev/
- Size: 8.14 MB
- Stars: 12
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cake - The Portal ending screen in your browser
A tribute to one of my favorite games of all time: Portal.
Built on top of web technologies (HTML, JS, and CSS) using Astro as the
underlying framework.The aim is to build a version that is 100% accurate, or as close to that as
reasonably possible. This is achieved by carefully analyzing the assets of the
original game instead of relying on guesswork like other similar projects.## Running locally
To run the project locally first ensure you have nodejs version >=18.14.1 with
corepack enabled.Then after cloning the repository run the following commands:
```bash
pnpm install
pnpm run dev
```You can then access the site by visiting http://localhost:4321 in your browser.
## License
This project is licensed under the
[Apache-2.0 License](http://www.apache.org/licenses/LICENSE-2.0). For more
information, please see the [LICENSE](LICENSE) file.