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

  1. Clone the repository:

    git clone https://github.com/JakubKorytko/korytko-dev.git
    cd korytko-dev
    
  2. Install dependencies:

    yarn install
    
  3. Start the development server:

    yarn dev
    
  4. Open your browser and navigate to http://localhost:3000.

Production

  1. Clone the repository:

    git clone https://github.com/JakubKorytko/korytko-dev.git
    cd korytko-dev
    
  2. Build the project:

    yarn build
    
  3. Start the production server:

    yarn start
    
  4. Open your browser and navigate to http://localhost:3000.

With Docker

Development

  1. Clone the repository:

    git clone https://github.com/JakubKorytko/korytko-dev.git
    cd korytko-dev
    
  2. Build and start the development containers using Docker Compose:

    docker compose -f docker-compose.dev.yml up --build
    
  3. Open your browser and navigate to http://localhost:3000.

Production

  1. Clone the repository:

    git clone https://github.com/JakubKorytko/korytko-dev.git
    cd korytko-dev
    
  2. Build and start the production containers using Docker Compose:

    docker compose -f docker-compose.prod.yml up --build
    
  3. 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.