https://github.com/selfmadesystem/portfolio
https://github.com/selfmadesystem/portfolio
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/selfmadesystem/portfolio
- Owner: SelfMadeSystem
- License: apache-2.0
- Created: 2023-07-07T16:49:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-02T01:20:20.000Z (over 1 year ago)
- Last Synced: 2025-03-25T22:51:29.078Z (about 1 year ago)
- Language: TypeScript
- Size: 773 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SelfMadeSystem's Portfolio
## About
This repository has the source code of [my portfolio](https://shoghisimon.cc/). It is a simple website that shows my projects and my contact information.
## Technologies
The website was made using the following technologies:
- [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML)
- [SCSS](https://sass-lang.com/)
- [TypeScript](https://www.typescriptlang.org/)
- [Lit](https://lit.dev/)
- [Vite](https://vitejs.dev/)
- [UnoCSS](https://unocss.com/)
- [Prettier](https://prettier.io/)
- [ESLint](https://eslint.org/)
It's hosted on [Cloudflare Pages](https://pages.dev/).
## How to run
To run the website locally, you need to have [Node.js](https://nodejs.org/) installed. Then, you can run the following commands:
```bash
npm install
npm run dev
```
## License
This project is licensed under the [Apache 2.0 License](./LICENSE).
