Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/follow-prince/workfolio
My Portfolio
https://github.com/follow-prince/workfolio
astro dynamic portfolio-website reactjs workfolio
Last synced: about 2 months ago
JSON representation
My Portfolio
- Host: GitHub
- URL: https://github.com/follow-prince/workfolio
- Owner: follow-prince
- Created: 2023-05-06T01:26:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T16:25:47.000Z (8 months ago)
- Last Synced: 2024-06-14T17:57:50.299Z (8 months ago)
- Topics: astro, dynamic, portfolio-website, reactjs, workfolio
- Language: Astro
- Homepage: https://v1.elavarasan.me/
- Size: 167 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Astro-Boy: Workfolio
![GitHub Repo Size](https://img.shields.io/github/repo-size/follow-prince/WorkFolio?color=d62936&label=Repo%20Size&style=flat-square)
![GitHub Code Size](https://img.shields.io/github/languages/code-size/follow-prince/WorkFolio?color=e6a400&label=Code%20Size&style=flat-square)
![GitHub Commit Activity](https://img.shields.io/github/commit-activity/m/follow-prince/WorkFolio?color=138a3d&label=Commit%20Activity&style=flat-square)
![GitHub Language Count](https://img.shields.io/github/languages/count/follow-prince/WorkFolio?color=1f77b4&label=Total%20Languages&style=flat-square)
![GitHub Top Language](https://img.shields.io/github/languages/top/follow-prince/WorkFolio?color=7f0c7f&style=flat-square)
![GitHub Issues](https://img.shields.io/github/issues/follow-prince/WorkFolio?color=098f76&label=GitHub%20Issues&style=flat-square)
![GitHub Pull Erequests](https://img.shields.io/github/issues-pr/follow-prince/WorkFolio?color=2c324f&label=GitHub%20Pull%20Requests&style=flat-square)
![Website Status](https://img.shields.io/website?down_message=Down%20%26%20Offline&label=Website%20Status&up_message=Up%20%26%20Online&url=https%3A%2F%2Fv1.elavarasan.me)## Live Preview
v1.elavarasan.me> 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun!
![portfolio](./public/assets/Screenshot%20from%202023-09-11%2021-19-27.png)
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |