A Windows 95 inspired portfolio website
Live link »
Project Board
·
Report Bug
·
Run locally
A portfolio website made in around 3 weeks as an assignment for my University course. Eventually - once I have more time to work on it - this will include my created work, and a sort of digital garden-type collection of notes and writings. For now only includes some window manipulation functionality and basic information about myself. You can move windows, minimise, and close them.
To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/Robin1224/Win95-Portfolio.git
- Install NPM packages
npm install
- Change git remote url to avoid accidental pushes to base project
git remote set-url origin github_username/repo_name git remote -v # confirm the changes
- Run the SvelteKit local development server
npm run dev
Distributed under the MIT License. See the LICENSE
file for more information.