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
- Host: GitHub
- URL: https://github.com/devcer/devcer.github.io
- Owner: devcer
- Created: 2014-08-28T14:33:46.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T16:33:36.000Z (over 2 years ago)
- Last Synced: 2024-05-02T05:25:12.901Z (about 2 years ago)
- Topics: hacktoberfest
- Language: CSS
- Homepage: https://devcer.github.io/
- Size: 14.1 MB
- Stars: 0
- Watchers: 2
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Security: SECURITY.md
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
```