Skip to content

Tyson910/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

673 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

This is a portfolio website built with Astro.

Project Structure

The Astro project is located in the astro-site/ directory.

Setup

This project uses pnpm as the package manager. Make sure to install the dependencies:

# Navigate to the project directory
cd astro-site

# Install dependencies
pnpm install

Development Server

Start the development server on http://localhost:3000:

# pnpm
pnpm dev

This command will start a local development server and you can view your website at http://localhost:3000.

Production

Build the application for production:

# pnpm
pnpm build

This command will generate a dist/ directory with all the static assets of your website.

Locally preview production build:

# pnpm
pnpm preview

This command will start a local server to preview the production build.

About

I am a Software Developer specializing in Front-End development and creating accessible UIs. I'm experienced in using HTML, CSS, JavaScript, and various JS frameworks.

Topics

Resources

Stars

Watchers

Forks

Contributors