Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.