A Work-in-Progress portfolio site and digital garden
Live link »
·
Report Bug
·
Run locally
A work-in-progress portfolio site. Originally a Bauhaus-inspired digital garden created as an assignment for a university course, it eventually grew into a brutalist, abstract portfolio project with a design centered around raw, true randomness.
To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/Robin1224/brutalist-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 - Create a
.envfile with an appropriate CONTENTFUL_SPACE_ID and CONTENTFUL_ACCESS_TOKEN - Run the SvelteKit local development server
npm run dev
Distributed under the MIT License. See the LICENSE file for more information.
