SketchPiece / sketchy-project

Home Page:https://sketchy-project.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sketchy Project

Welcome to the Sketchy Project, my personal endeavor created for a KPU university web development class. This web application, built with Astro, is a testament to my growth and skills in web development. It features a blog where I share my experiences, insights about the classes I've taken at the university, and a section dedicated to information about myself.

Quick Start

Prerequisites

Before you begin, ensure you have Node.js installed on your machine. If you don't have Node.js installed, please visit nodejs.org and follow the instructions to download and install it.

Installation and Running

  1. Clone the Repository: First, clone the Sketchy Project repository to your local machine using Git.

    git clone https://github.com/yourusername/sketchy-project.git
    cd sketchy-project
  2. Install Dependencies: Once you have cloned the repository and navigated into its directory, install the required Node.js packages.

    npm install
  3. Start the Project: After installing the dependencies, you can start the project.

    npm start

    This command will start the Astro server. You can now view the application by navigating to http://localhost:3000 in your web browser.

About

https://sketchy-project.vercel.app


Languages

Language:Astro 65.3%Language:MDX 24.3%Language:JavaScript 5.3%Language:TypeScript 3.7%Language:CSS 1.5%