This project was built using these technologies and tools.
- Framework: Next.js & Typescript
- Styling: SASS (SCSS), Bootstrap Grid
- CSS Metodology: BEM
- Formatter: Prettier
- Code Editor: VS Code
- Deployment: Vercel
- Other Tools: ESLint, Stylelint
In order to run the project, the following tools must be installed on your system:
- Node.js (v16.x and above)
- npm or yarn package manager
You can run the project in local environment by following the steps below:
-
Clone the project repository:
git clone https://github.com/bozaci/yusufbozaci.dev.git cd yusufbozaci.dev
-
Install the requirements:
npm install # or yarn install
-
Start the application:
npm run dev # or yarn giant
-
Access from browser: You can view the application at http://localhost:3000.
See the LICENSE file for details. (fear not, no complicated license)