https://github.com/kutsan/kutsan-website
Source-code of my personel website, written in Preact and TypeScript.
https://github.com/kutsan/kutsan-website
preact typescript
Last synced: 4 months ago
JSON representation
Source-code of my personel website, written in Preact and TypeScript.
- Host: GitHub
- URL: https://github.com/kutsan/kutsan-website
- Owner: kutsan
- License: gpl-3.0
- Created: 2021-02-23T09:06:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-14T10:49:17.000Z (about 1 year ago)
- Last Synced: 2025-03-01T08:46:19.762Z (5 months ago)
- Topics: preact, typescript
- Language: TypeScript
- Homepage: https://kutsan.dev
- Size: 252 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kutsan.dev
Source-code of personel website.
## Development
Install dependencies first:
```
npm install
```Then start development server via:
```
npm start
```To get production build to `dist/` folder:
```
npm run build
```## License
GPL-3.0