Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 |