My personal website <3
- Styling: Tailwind CSS
- Content: Content Collections
- Back-end: Next.js
- Front-end: React
- Components: Aceternity UI
- Deployment: Vercel
- Clone this repo:
$ git clone https://github.com/michxymi/michxymi.com.git
- Then go to the project's folder:
cd michxymi.com
- Install all dependencies:
npm install
- Run locally:
npm run dev
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.
MIT License © Michael Xymitoulias