Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amannn/amann.work
My personal website featuring some projects I've worked on.
https://github.com/amannn/amann.work
nextjs react
Last synced: 11 days ago
JSON representation
My personal website featuring some projects I've worked on.
- Host: GitHub
- URL: https://github.com/amannn/amann.work
- Owner: amannn
- License: other
- Created: 2016-03-28T21:16:48.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T08:54:57.000Z (4 months ago)
- Last Synced: 2024-10-05T03:40:54.893Z (about 1 month ago)
- Topics: nextjs, react
- Language: JavaScript
- Homepage: https://amann.work
- Size: 69.7 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# amann.work
My personal website featuring some projects I've worked on.
## Setup
1. Run `yarn install`
2. Add `GH_TOKEN` to `.env`## Development
```sh
yarn dev
```## Run in production
```sh
yarn build
yarn start
```