Skip to content

reyhankaplan/reyhan.dev

Repository files navigation

reyhan.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