RobbyCowell / site

My personal site. An evolving, self- documenting, experimental project.

Home Page:http://robbycowell.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🏗 The Site 🚧 · Netlify Status

This is the source code for my personal site, referred to as the 'site'.

The 'site' is an evolving engineering project, inspired by physical construction sites.

I'll be documenting the construction of the project in logs as it's built.

Installation

Note, you must have NodeJS 16 or greater.

  1. Clone this repository:
 git clone git@github.com:RobbyCowell/site.git

or

  git clone https://github.com/RobbyCowell/site.git
  1. Open the directory
  cd site
  1. Install dependencies
  npm install
  1. Run the project
  npm run dev
  1. Visit the site at: http://localhost:1337/

About

My personal site. An evolving, self- documenting, experimental project.

http://robbycowell.com

License:MIT License


Languages

Language:JavaScript 73.1%Language:Svelte 14.1%Language:HTML 11.4%Language:CSS 1.4%