The working directory of my Developer Portfolio Website
Caution
This project is in still in development. All builds are canary and may contain bugs. Visit akashcraft.ca to view the completed website.
Download and install the following in order to run the website:
- VSCode or IntelliJ
- Node.js
- ESLint (Highly Recommended)
Tip
WebStorm has free 1-year non-commercial license
You need to have a GitHub account. Please create one if you have not done so. Once that is done, fork this repository first and then clone it to your local machine. Use the following command to clone the forked repository to your local machine.
git clone <YOUR FORKED REPO ADDRESS> <OPTIONAL FOLDER NAME>
Run the following in the root of your project folder
npm install && npm run dev
You should see the website hosted on localhost:5173. Happy Coding!