https://github.com/patlux/patwoz-de
👨🏻💻 my personal website
https://github.com/patlux/patwoz-de
bun portfolio react remix-run typescript
Last synced: 11 months ago
JSON representation
👨🏻💻 my personal website
- Host: GitHub
- URL: https://github.com/patlux/patwoz-de
- Owner: patlux
- Created: 2019-04-04T20:13:31.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-26T09:13:10.000Z (about 1 year ago)
- Last Synced: 2025-04-28T12:11:56.433Z (about 1 year ago)
- Topics: bun, portfolio, react, remix-run, typescript
- Language: TypeScript
- Homepage: https://patwoz.dev
- Size: 6.04 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [patwoz.de](https://patwoz.de)
 [](https://github.com/patlux/patwoz-de/actions/workflows/validate.yml) [](https://github.com/patlux/patwoz-de/actions/workflows/deploy.yml) 
[](https://github.com/prettier/prettier)

My personal website.
Technologies used:
- [bun](https://bun.sh/): Bundler/Transpiler & Package manager
- [remix](https://remix.run): full stack web framework
- [tailwindcss](https://tailwindcss.com/): styling
- [playwright](https://playwright.dev/): End-To-End Tests
- [prettier](https://prettier.io/): Formatting code ([My config](https://github.com/patlux/prettier-config))
- [eslint](https://eslint.org/): Lint code
- [sqlite](https://github.com/oven-sh/bun#bunsqlite-sqlite3-module): sql database
## Development
Install dependencies:
```sh
$ bun install
```
### Start dev server
```sh
$ bun run dev
```
### Deploy to production
```sh
$ fly deploy
```
### Run tests
```sh
$ bun run test
```
### Run End-To-End Tests
```sh
$ bun run test:e2e
```
### Checkly
**deploy**
```sh
bun x checkly deploy
```
## Contact
If you want to contact me you can reach me at .
## License
MIT