Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crallen/website
Personal website 2022 edition (work in progress)
https://github.com/crallen/website
Last synced: 14 days ago
JSON representation
Personal website 2022 edition (work in progress)
- Host: GitHub
- URL: https://github.com/crallen/website
- Owner: crallen
- License: other
- Created: 2021-11-07T17:59:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T11:35:11.000Z (over 2 years ago)
- Last Synced: 2024-11-07T03:39:53.273Z (2 months ago)
- Language: JavaScript
- Homepage: https://chrisallen.dev
- Size: 2.99 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chrisallen.dev 2022 Edition
A personal website built with [Next.js](https://nextjs.org/).
## Development
This project uses yarn for package management. To run the application:
```shell
yarn install
yarn run dev
```