gitmyhub

bret.io

JavaScript ★ 14 updated 1d ago

🤦🏼‍♂️ Professional website

Source code for a personal professional portfolio website, built with standard JavaScript tooling and deployed to Neocities.

JavaScriptnpmNeocitiessetup: easycomplexity 1/5

This is the source code for someone's personal professional website at bret.io. It's a straightforward project that lets you see exactly how the site is built and lets you run it locally if you want to.

The website is hosted on Neocities, a platform for creating and sharing simple web pages. The code is written in JavaScript and uses standard web development tools. To use it, you'd install dependencies with npm, run tests to make sure everything works, start a local development server to preview changes, and then build the final version to deploy.

This would be useful if you're a web designer or developer who wants to create your own professional portfolio website and likes having full control over the source code. It's also a good reference if you're learning how to set up a web project with testing and automated deployment. The project includes a screenshot showing what the finished site looks like, and everything is licensed under the ISC license for the code itself (while the content remains the creator's own).

The README is minimal, so it doesn't explain the specific design decisions or technologies used beyond the basic build commands. If you wanted to understand more about how it works under the hood, you'd need to look at the actual files in the repository.

Where it fits