My personal website.
Go to file
2022-05-08 21:45:14 -05:00
components fix: typeerrors 2021-10-04 18:38:50 -05:00
pages cleanup 2022-05-08 21:45:14 -05:00
public added new logo 2021-10-04 18:35:20 -05:00
util/hooks i dont know what i added 2021-10-04 22:13:53 +00:00
.breakpoints i dont know what i added 2021-10-04 22:13:53 +00: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
.replit start revision 2021-09-03 17:13:30 +00:00
LICENSE fix(README, LICENSE): Update README and License. 2021-03-31 00:30:42 -05:00
next-env.d.ts cleanup 2022-05-08 21:45:14 -05:00
next-seo.config.js fix: title again 2021-04-14 11:29:36 -05:00
package.json cleanup 2022-05-08 21:45:14 -05:00
postcss.config.js fix(again): Fonts issue? 2021-03-31 01:16:28 -05:00
README.md fix(README, LICENSE): Update README and License. 2021-03-31 00:30:42 -05:00
tailwind.config.js i dont know what i added 2021-10-04 22:13:53 +00:00
tsconfig.json cleanup 2022-05-08 21:45:14 -05:00
yarn.lock cleanup 2022-05-08 21:45:14 -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