Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danburonline/personal-website
Complete source code of my personal website utilising the alpha version of Blitz.js to try out the zero-API data layer abstraction while also adding 3D elements via R3F to give it a custom touch.
https://github.com/danburonline/personal-website
blitzjs personal-website r3f
Last synced: about 1 month ago
JSON representation
Complete source code of my personal website utilising the alpha version of Blitz.js to try out the zero-API data layer abstraction while also adding 3D elements via R3F to give it a custom touch.
- Host: GitHub
- URL: https://github.com/danburonline/personal-website
- Owner: danburonline
- License: mit
- Created: 2021-11-24T09:52:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T21:32:25.000Z (about 2 months ago)
- Last Synced: 2024-10-29T23:45:41.328Z (about 2 months ago)
- Topics: blitzjs, personal-website, r3f
- Language: TypeScript
- Homepage: https://www.danielburger.online
- Size: 22.5 MB
- Stars: 10
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Personal Website
![Screenshot of the hero section](./docs/img/readme-banner.png)
Complete source code of my personal website utilising the alpha version of Blitz.js to try out the zero-API data layer abstraction while also adding 3D elements via R3F to give it a custom touch.
> More information coming soon
## Prerequisites
- [Node.js](https://nodejs.org): `v16.10.0`
- [Yarn](https://yarnpkg.com): `v1.22.11`
- [Git](https://git-scm.com): `v2.22.0`## Guides
### Run the dev server
- Install all dependencies with `yarn`.
- Start the hot-reload Blitz development server with `yarn dev`.
- Access the site on .