My Personal Website

Description

Hi everyone! As the above title says, this website is my personal website, and it has some information about me, info about some of the projects I have, and some of the stuff that I write!

Technologies

This is a nextjs application that is bootstrapped with create-next-app. There's other packages, that deal with markdown rendering (for the posts), but most of this stuff is pure next.

This project uses next/font to automatically optimize and load Inter.

To run locally

To run this project, do the following:

  1. Clone and cd into the project directory.
git clone https://github.com/Elias2660/elias2660.github.io.git
cd elias2660.github.io
  1. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Licening

This project is licensed under the MIT liscense, if you would want to take some of the code for yourself.

Contribution

I don't know why, but if you would want to contribute, please follow the steps shown by the contributing guidelines.