Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/faustom721/faustom.dev
- Owner: faustom721
- Created: 2024-05-13T12:27:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T18:40:02.000Z (about 2 months ago)
- Last Synced: 2024-10-01T05:41:27.961Z (about 2 months ago)
- Topics: astro, astrojs, bulma, engeneering, personal-website, portfolio, software, typescript, webdevelopment
- Language: SCSS
- Homepage: https://faustom.dev
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.