Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/faustom721/faustom.dev

My website as a full stack software developer.
https://github.com/faustom721/faustom.dev

astro astrojs bulma engeneering personal-website portfolio software typescript webdevelopment

Last synced: about 1 month ago
JSON representation

My website as a full stack software developer.

Awesome Lists containing this project

README

        

# faustom.dev

My website as a full stack software developer.

Visit the website at [faustom.dev](https://faustom.dev)

## Tech Stack
- **Astro** as the project framework. (https://astro.build/)
- **Bulma CSS** as the CSS framework with SASS preprocessing. (https://bulma.io/)

## Project Structure
```text
/
├── 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.