Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammaji/serious-portfolio
Portfolio for 2023
https://github.com/sammaji/serious-portfolio
collaborate communityexchange github javascript responsive student-vscode svelte sveltekit tailwindcss typescript website
Last synced: 2 months ago
JSON representation
Portfolio for 2023
- Host: GitHub
- URL: https://github.com/sammaji/serious-portfolio
- Owner: sammaji
- License: mit
- Created: 2023-01-29T05:45:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T19:22:17.000Z (over 1 year ago)
- Last Synced: 2024-03-12T15:51:39.808Z (11 months ago)
- Topics: collaborate, communityexchange, github, javascript, responsive, student-vscode, svelte, sveltekit, tailwindcss, typescript, website
- Language: TypeScript
- Homepage:
- Size: 145 KB
- Stars: 7
- Watchers: 1
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Serious Portfolio
Portfolio for 2023
## Getting Started
To run this application you need:
* [Node.js](https://nodejs.org/en/)
* [Npm / Yarn](https://www.npmjs.com/package/yarn)
* [Git](https://git-scm.com/)First clone this repo
```
git clone https://github.com/samyabrata-maji/serious-portfolio.git
```Install yarn
```
npm install -g yarn
```
Next install related packages```
yarn install
```To start the application in **development mode**, run:
```
yarn dev
```
Finally u are good to go :blush: Found any bug?:bug: Feel free to report it.