This website is built using ReactResume created and maintained by Tim Baker
All of the data for the site is driven via a file at /src/data/data.tsx. This is where you'll find the existing content, and updating the values here will be reflected on the site. If you have the site running as described above, you should see these changes reflected on save. The data types for all of these items are given in the same folder in the dataDef.ts file. Example images can be found at src/images/ and are imported in the data file. To change, simply update these images using the same name and location, or add new images and update the imports.
yarnyarn devThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
yarn buildThis command generates static content into the build directory and can be served using any static content hosting service (I've used Vercel).
Initially created by Tim Baker and maintained by a community of contributors.
This website is licensed under the MIT license — see the LICENSE file for details.