Skip to content

michxymi/michxymi.com

Repository files navigation

michxymi.com

My personal website <3

Deploy with Vercel

Technology stack

Running locally

  1. Clone this repo:
$ git clone https://github.com/michxymi/michxymi.com.git
  1. Then go to the project's folder:
cd michxymi.com
  1. Install all dependencies:
npm install
  1. Run locally:
npm run dev

File structure

The basic file structure for the project is organized in the following way:

.
|-- app
|-- components
|-- content
|-- lib
|-- public
|-- styles

Here you'll find all the main pages of the site.

Here you'll find the reusable blocks of React components.

Here you'll find JSON or MD files that are parsed via content collections and populate the relevant sections.

Here you'll find a set of utilities.

Here you'll find all the statically served files like images or documents.

Here you'll find all css files.

License

MIT License © Michael Xymitoulias