https://github.com/xxczaki/site
My personal one page website
https://github.com/xxczaki/site
a11y accessibility markdown mdx nextjs one-page one-page-site one-page-website performance personal-site personal-website react tailwind-css tailwindcss typescript
Last synced: 28 days ago
JSON representation
My personal one page website
- Host: GitHub
- URL: https://github.com/xxczaki/site
- Owner: xxczaki
- License: other
- Created: 2018-08-13T13:38:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T16:14:36.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T09:03:53.898Z (about 1 month ago)
- Topics: a11y, accessibility, markdown, mdx, nextjs, one-page, one-page-site, one-page-website, performance, personal-site, personal-website, react, tailwind-css, tailwindcss, typescript
- Language: CSS
- Homepage: https://kepinski.ch
- Size: 20.4 MB
- Stars: 15
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# [Personal Site](https://www.kepinski.ch)
> My personal one page website 🚀
[](https://github.com/xojs/xo)
---
## Development
> Heads up: this repository doesn't include fonts.
```bash
# Run in development mode
$ npm run dev# Build for production
$ npm run build# Lint
$ npm test
```## Technology stack
- [React](https://preactjs.com/)
- [Next.js](https://nextjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [MDX](https://mdxjs.com/)
- [TypeScript](https://www.typescriptlang.org/)### License
[Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/)
---