My Website! π¨π»βπ»
-
Download and install Node.js v20.
-
Clone the repository:
git clone https://github.com/Tedpac/personal-website.git
-
Navigate to the project directory:
cd personal-website -
Install the dependencies:
npm ci
-
Start the development server:
npm run start
-
Navigate to http://localhost:9000 in a browser.
Prettier and Biome are used for code formatting and linting, respectively. Both are development dependencies of the project.
To test the application, use the development server by running npm run start.
- The project has
developandmainbranches. - All development changes must be made in
develop. - Merge
developintomainwhen the changes are ready to be deployed.
Pushing the changes that are in the main branch will trigger an automatic deployment to Cloudflare
Pages.