Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dcascaval/portfolio


https://github.com/dcascaval/portfolio

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

Development server

```bash
npm install
bun run dev
```

Modifying `pages/index.tsx`. The page auto-updates as you edit the file.

To deploy:

`bun run build`, commit & push

on target machine:
`./clean.sh`, pull & run `./deploy.sh`

---

Bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).