Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmedbhameed/next_ahmedhameed
Next.js personal portfolio.
https://github.com/ahmedbhameed/next_ahmedhameed
Last synced: 27 days ago
JSON representation
Next.js personal portfolio.
- Host: GitHub
- URL: https://github.com/ahmedbhameed/next_ahmedhameed
- Owner: AhmedBHameed
- Created: 2020-07-19T20:26:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:50:35.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T13:48:54.863Z (7 months ago)
- Language: TypeScript
- Homepage: https://ahmedhameed.dev
- Size: 12.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ahmed HAMEED personal website
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
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Testing
Run the following command to run unit test
```bash
npm run test# or
yarn test
```