This is a portfolio website built using ReactJS, Tailwind CSS, and deployed using GitHub Pages. The website is automated using GitHub Actions to build and deploy the website.
1 - Clone the repository to your local machine using the following command:
git clone https://github.com/NejiGhazouani/myportfolio.git
2 - Go to the project directory:
cd myportfolio
3 - Install the dependencies:
npm install
4 - Start the development server:
npm run start
The website will be available at The website will be available at http://localhost:3000.
The website is deployed using GitHub Pages. The deployment is automated using GitHub Actions. The GitHub Actions workflow is defined in the .github/workflows/deploy.yml
file. The workflow builds the website and deploys it to the gh-pages
branch, which is the default branch for GitHub Pages.
ReactJS
Tailwind CSS
GitHub Actions
GitHub Pages