This repository is source code of My Website that contains my services. You can use it as a template for your new project when make sure to edit the required parts. If you want to get more information or help me by contributing, you do not hesitate to create issue or pr.
First of all you check your machine have node.js.
Then if you checked that you have node.js, you can install and run as follow:
$ git clone https://github.com/ali-furkan/website
$ cd website
$ npm i // or yarn
$ npm run dev // yarn dev
Also duplicate the .env.example as .env and fill it.
This repository licensed under the MIT license.