Contains a short introduction, various links and lists notable projects I have worked on over the years.
View live: https://timkurvers.github.io
Note: Images included in this repository are NOT distributed under the MIT license.
Install Node.js for your platform and install dependencies through npm:
npm installTo spin up a development server on localhost:8000, run:
npm startTo specify a different port, use the PORT environment variable:
PORT=3000 npm start