An open API service indexing awesome lists of open source software.

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.

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/





Logo

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)