/site

Primary LanguageJavaScriptMIT LicenseMIT

Personal Website

This is the source code of my personal website, jacobhaap.com. The site is built with React using Create React App.

All pages are saved in Markdown, and rendered by a MarkdownRender.js module called by App.js.

Netlify Status

Available Scripts

npm start to run the app in development mode.

npm test to launch the test runner in the interactive watch mode.

npm run build to build the app for production to the build directory.