Code Monkey home page Code Monkey logo

website's Introduction


Welcome to the repository for the source code of my personal website! This project is intended to be a showcase of my abilities to develop a website project with modern technologies and a complete CI/CD pipeline.

Additionally, the whole project can be exported into a neat A4 sized PDF as my CV.

⚙️ Technical Details

While the project is written in the latest iterations of TypeScript and React, the whole code is bundled by Vite into a static website.

The styling is done through CSS Modules. However, this could be expanded into styled-components if I ever needed advanced theming.

The code quality is guarded by ESlint in tandem with Prettier, Rome and stylelint.

The testing is done through vitest.

Additionally, the project uses GitHub Workflows for validation, CodeQL and deployment.

🔨 Running Locally

The project requires

  • Node.js v19 or newer
    • Although older versions may work, they just have not been tested
  • pnpm package manager

The development version in watch mode with hot reloading can be started with

pnpm start

The preview with all of the optimizations and without hot reloading can be started with

pnpm preview

The linters can be started by running

pnpm lint

And, lastly, tests can be executed with

pnpm test

website's People

Contributors

portrik avatar dependabot-preview[bot] 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.