Hi, this is the repo for my personal-website mikaelmantis.com
Feel free to browse through the repo and if you have any feedback I would love to hear it! I do ask that you don't copy anything directly if you find anything useful from what I've written. 😊
-
Clone the repo:
git clone https://github.com/mantism/personal-website.git
-
Make sure you have Node and/or NVM installed
-
Install Yarn - follow their installation guide
-
Install JS Dependencies:
yarn
or
yarn install
-
Start the app!
yarn run dev
Should be as simple as that! If there is any trouble, feel free to raise an issue here on the repo or a PR if you would like to resolve the issue yourself!