https://github.com/teaguestockwell/portfolio-v2-nextjs
See my work and learn a little about me.
https://github.com/teaguestockwell/portfolio-v2-nextjs
cloudfront hls nextjs react s3 typescript videojs
Last synced: over 1 year ago
JSON representation
See my work and learn a little about me.
- Host: GitHub
- URL: https://github.com/teaguestockwell/portfolio-v2-nextjs
- Owner: teaguestockwell
- License: mit
- Created: 2021-07-18T03:50:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T23:55:22.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T04:03:29.459Z (over 1 year ago)
- Topics: cloudfront, hls, nextjs, react, s3, typescript, videojs
- Language: TypeScript
- Homepage: https://teaguestockwell.com
- Size: 7.43 MB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
[license-shield]: https://img.shields.io/github/license/teaguestockwell/portfolio-v2-nextjs.svg
[license-url]: https://github.com/teaguestockwell/portfolio-v2-nextjs/blob/master/licence.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/teague-stockwell/
Portfolio
See my work and learn a little about me.
View Portfolio
·
Report Bug
## Getting Started
If you would like to use this portfolio as a template, follow these steps to run it locally
1. Install dependencies
```sh
yarn
```
2. Run the dev server
```sh
yarn dev
```
3. Open http://localhost:3000
## Deployment
1. [Generate favorite icons and upload them into ./public](https://realfavicongenerator.net)
1. Modify manifest.json to point to your icons, and to include a description
1. [Deploy the portfolio](https://nextjs.org/docs/deployment)
1. [Customize the domain of the deployment](https://vercel.com/docs/custom-domains)
1. Modify the portfolio data to reflect your work, deployment domain, the source of the m3u8 playlists for videojs, and the path to your images inside ./public
## Roadmap
See the [open issues](https://github.com/teaguestockwell/portfolio-v2-nextjs/issues) for a list of proposed features (and known issues).
## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Teague Stockwell - [LinkedIn](https://www.linkedin.com/in/teague-stockwell)
## Acknowledgements
- [Brady Haden's Portfolio](https://github.com/bhaden94/react-portfolio)