korytko-dev
October 19, 2024 ยท View on GitHub
Welcome to the korytko-dev project!
This repository contains the source code for my personal portfolio built using Next.js.
Project Status
This project is currently under development and not yet created. Stay tuned for updates!
Prerequisites
Ensure you have the following installed:
- Node.js (v20.15.1)
- Yarn (v4.4.0)
If using docker:
- Docker (v27.1.1)
- Docker Compose (v2.28.1)
Running the Project
You can run the project in both development and production environments, with or without Docker.
Without Docker
Development
-
Clone the repository:
git clone https://github.com/JakubKorytko/korytko-dev.git cd korytko-dev -
Install dependencies:
yarn install -
Start the development server:
yarn dev -
Open your browser and navigate to http://localhost:3000.
Production
-
Clone the repository:
git clone https://github.com/JakubKorytko/korytko-dev.git cd korytko-dev -
Build the project:
yarn build -
Start the production server:
yarn start -
Open your browser and navigate to http://localhost:3000.
With Docker
Development
-
Clone the repository:
git clone https://github.com/JakubKorytko/korytko-dev.git cd korytko-dev -
Build and start the development containers using Docker Compose:
docker compose -f docker-compose.dev.yml up --build -
Open your browser and navigate to http://localhost:3000.
Production
-
Clone the repository:
git clone https://github.com/JakubKorytko/korytko-dev.git cd korytko-dev -
Build and start the production containers using Docker Compose:
docker compose -f docker-compose.prod.yml up --build -
Open your browser and navigate to http://localhost:3000.
License
This project is licensed under the MIT License.
Contact
For any questions or suggestions, feel free to open an issue or contact me directly.