Code Monkey home page Code Monkey logo

sulej.ch's Introduction

sulej.ch

Welcome to the official repository of sulej.ch, my personal website.

Requirements

  • Docker
  • Node

Usage

There is a Docker image that's ready to use at any time. You can run it using Docker Compose or Docker Run. You can add any of the tags available in this repository to rollback to a previous version (e.g., :v0.1.0).

Docker Compose

services:
  sulej.ch:
    image: ghcr.io/arlind-dev/sulej.ch:latest
    container_name: sulej.ch
    restart: unless-stopped
    ports:
      - 8080:80

Docker Run

docker run -d \
  --name sulej.ch \
  --restart unless-stopped \
  -p 8080:80 \
  ghcr.io/arlind-dev/sulej.ch:latest

Access Pinned GitHub Repositories

I deployed a tool called gh-pinned-repos that scrapes your pinned GitHub repositories (works only with public profiles). This tool is a fork, and you can either host it yourself or use the existing deployment.

To change the repository link, edit the file located at /src/components/organisms/Repos.svelte.

Running the Project

To run the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Arlind-dev/sulej.ch.git
  2. Install the dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Access the application:

    Open your web browser and navigate to http://localhost:5173.

Building the Project

To create a production build, execute the following command:

npm run build

The built files will be generated in the /build directory.

Contributions

Contributions to this project are welcome and greatly appreciated. If you find any bugs, please create an issue or a pull request on the project's GitHub repository.

Feel free to fork this repository and modify it to fit your needs. If you do so, please credit the original repository.

Contributors

@MaximilianKos: v0.2.0, v0.4.0

License

This project is licensed under the MIT License.

sulej.ch's People

Contributors

arlind-dev avatar dependabot[bot] avatar maximiliankos avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.