https://github.com/netail/netail.github.io
Portfolio
https://github.com/netail/netail.github.io
nextjs react
Last synced: about 2 months ago
JSON representation
Portfolio
- Host: GitHub
- URL: https://github.com/netail/netail.github.io
- Owner: Netail
- Created: 2022-12-12T14:28:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-13T17:01:24.000Z (about 1 year ago)
- Last Synced: 2025-04-13T17:41:00.632Z (about 1 year ago)
- Topics: nextjs, react
- Language: TypeScript
- Homepage: https://netail.github.io/
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Portfolio
## Development
### Installation
Pre-requirements:
- NodeJS v24
- PNPM
```bash
pnpm install
```
### Running
First, run the development server:
```bash
pnpm dev
```
Open [http://localhost:3000/are-we-biome-yet](http://localhost:3000/are-we-biome-yet) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.