faustom721 / faustom.dev

My website as a full stack software developer.

Home Page:https://faustom.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

My website as a full stack software developer.

https://faustom.dev


Languages

Language:SCSS 48.8%Language:Astro 47.9%Language:JavaScript 3.3%