Skip to content

teaguestockwell/portfolio-v2-nextjs

Repository files navigation

MIT License LinkedIn


Logo

Portfolio

See my work and learn a little about me.
View Portfolio · Report Bug

Table of Contents

  • About The Project
  • Getting Started
  • Deployment
  • Roadmap
  • License
  • Contact
  • Acknowledgements
  • About The Project

    A static website created with Next.js to showcase my development work. Some of the features of this portfolio are:

    • Statically generated HTML with Next.js
    • PWA (Progressive Web App)

    Getting Started

    To get a local copy up and running follow these simple steps.

    1. Fork the repository
    2. Clone the repository
    3. Install dependencies
    yarn
    1. Run the dev server
    yarn dev
    1. Navigate to http://localhost:3000

    Deployment

    1. Generate favorite icons and upload them into ./public
    2. Modify manifest.json to point to your icons, and to include a description
    3. Set up a bucket for video hosting - optional (you may use static hosting from vercel)
    4. Configure a cdn in front of the bucket - optional
    5. Encoded your project demo videos into an m3u8 playlist for http live streaming (HLS) - optional
    6. Deploy the portfolio
    7. Customize the domain of the deployment
    8. 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 for a list of proposed features (and known issues).

    License

    Distributed under the MIT License. See LICENSE for more information.

    Contact

    Teague Stockwell - LinkedIn

    Acknowledgements