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

https://github.com/devcer/devcer.github.io

Personal site of Santosh Viswanatham
https://github.com/devcer/devcer.github.io

hacktoberfest

Last synced: 4 months ago
JSON representation

Personal site of Santosh Viswanatham

Awesome Lists containing this project

README

          

# devcer.github.io

Personal site of Santosh Viswanatham

Can be found at https://devcer.github.io/

**Note:** Use node v14

## How To Run

### \* install pnpm

```bash
curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm
```

### \* install dependency

```bash
pnpm install
```

### \* start app using pnpm

```bash
pnpm start
```

### \* build app

```bash
pnpm build
```