https://github.com/dodycode/nextjs-portfolio
My personal portfolio site build with NextJS 13
https://github.com/dodycode/nextjs-portfolio
Last synced: 8 months ago
JSON representation
My personal portfolio site build with NextJS 13
- Host: GitHub
- URL: https://github.com/dodycode/nextjs-portfolio
- Owner: dodycode
- Created: 2023-02-11T15:43:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-12T14:51:45.000Z (over 3 years ago)
- Last Synced: 2024-12-28T04:27:02.699Z (over 1 year ago)
- Language: TypeScript
- Size: 153 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Portfolio Website
STILL WORK IN PROGRESS
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) 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.
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.