A simple, elegant,linux style, about me personal single-page application created with BackboneJS and styled using Tailwind CSS. It's a perfect starting point for anyone looking to showcase their work and experience online.
- Responsive Design: Looks great on both mobile and desktop devices.
- Fast and Lightweight: Built with performance in mind.
- Easily Customizable: Tailwind CSS allows for easy styling customization.
-
Clone the repository:
git clone <Your Repository URL> cd personal-page-cv
-
Install Dependencies:
npm install
-
Run the Application:
npm start
Open your web browser and visit http://localhost:4000.
You can also run the Personal Page CV application using Docker. This allows you to containerize the application, making it easy to deploy and manage in different environments.
docker build -t aboutme-page .
node docker-commands.js up aboutme .