An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

Logo

# 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