Skip to content

Source code of my personal website! πŸ‘¨πŸ»β€πŸ’»

Notifications You must be signed in to change notification settings

Tedpac/personal-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

52 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

My Website! πŸ‘¨πŸ»β€πŸ’»

Getting started

  1. Download and install Node.js v20.

  2. Clone the repository:

    git clone https://github.com/Tedpac/personal-website.git
  3. Navigate to the project directory:

    cd personal-website
  4. Install the dependencies:

    npm ci
  5. Start the development server:

    npm run start
  6. Navigate to http://localhost:9000 in a browser.

Development

Code formatting and linting

Prettier and Biome are used for code formatting and linting, respectively. Both are development dependencies of the project.

Testing

To test the application, use the development server by running npm run start.

Branch workflow

  • The project has develop and main branches.
  • All development changes must be made in develop.
  • Merge develop into main when the changes are ready to be deployed.

Deployment

Pushing the changes that are in the main branch will trigger an automatic deployment to Cloudflare Pages.

Credits

About

Source code of my personal website! πŸ‘¨πŸ»β€πŸ’»

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published