My personal website.
Go to file
2021-03-31 00:30:42 -05:00
components 🎉 Initial Commit! 2021-03-31 00:27:36 -05:00
interfaces 🎉 Initial Commit! 2021-03-31 00:27:36 -05:00
pages 🎉 Initial Commit! 2021-03-31 00:27:36 -05:00
utils 🎉 Initial Commit! 2021-03-31 00:27:36 -05:00
.editorconfig 🎉 Initial Commit! 2021-03-31 00:27:36 -05:00
.eslintrc.js 🎉 Initial Commit! 2021-03-31 00:27:36 -05:00
.gitignore 🎉 Initial Commit! 2021-03-31 00:27:36 -05:00
LICENSE fix(README, LICENSE): Update README and License. 2021-03-31 00:30:42 -05:00
next-env.d.ts 🎉 Initial Commit! 2021-03-31 00:27:36 -05:00
next.config.js 🎉 Initial Commit! 2021-03-31 00:27:36 -05:00
package.json fix(README, LICENSE): Update README and License. 2021-03-31 00:30:42 -05:00
postcss.config.js 🎉 Initial Commit! 2021-03-31 00:27:36 -05:00
README.md fix(README, LICENSE): Update README and License. 2021-03-31 00:30:42 -05:00
tailwind.config.js 🎉 Initial Commit! 2021-03-31 00:27:36 -05:00
tsconfig.json 🎉 Initial Commit! 2021-03-31 00:27:36 -05:00
yarn.lock 🎉 Initial Commit! 2021-03-31 00:27:36 -05:00

jackmerrill.com

This is my personal website! Feel free to look around at how it works.

Development (why would you do this?)

Install Node modules.

yarn

Start the development server.

yarn dev