Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcascaval/portfolio
https://github.com/dcascaval/portfolio
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcascaval/portfolio
- Owner: dcascaval
- Created: 2021-10-12T05:31:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T14:42:49.000Z (8 months ago)
- Last Synced: 2024-11-05T23:19:45.109Z (2 months ago)
- Language: HTML
- Size: 7.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).