Skip to content

My website as a full stack software developer.

Notifications You must be signed in to change notification settings

faustom721/faustom.dev

Repository files navigation

faustom.dev

My website as a full stack software developer.

Visit the website at faustom.dev

Tech Stack

Project Structure

/
├── public/
│   └── favicon.svg
├── src/
│   ├── components/
│   │   └── _all the components_
│   ├── layouts/
│   │   └── _all the layouts
│   ├── pages/
│   │   └── _all the pages_
│   └── styles/
│       ├── global.scss
│       └── _all global styles_
├── astro.config.mjs
├── .gitignore
├── .prettierrc
├── README.md
├── tsconfig.json
└── package.json

Running the project

  1. Clone the repository.
  2. Run npm install to install all the dependencies.
  3. Run npm run dev to start the development server.