Skip to content
/ Fmmfm Public template
forked from pkosiec/website

This is my own exploration, maybe... there will be some kind of surprise.

License

Notifications You must be signed in to change notification settings

fmmfm/Fmmfm

 
 

Repository files navigation

Paweł Kosiec - Personal Website

This repository contains source code of the Paweł Kosiec's personal website. To see it live, navigate to the kosiec.dev address.

Development

This website is built using Docusaurus 2, a modern static website generator.

Toolchain

This project uses Volta to manage the NodeJS version. Volta automatically downloads and installs the right Node.js version when you run any of the node or npm commands. Therefore, it is recommended to install it before developing this project to ensure the right Node.js version is used.

Installation

$ npm install

Local Development

$ npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

This site is deployed automatically from the main branch using Cloudflare Pages.

About

This is my own exploration, maybe... there will be some kind of surprise.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 71.4%
  • SCSS 23.0%
  • JavaScript 4.7%
  • Shell 0.9%