Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkosiec/website
Source code of my personal website and blog.
https://github.com/pkosiec/website
docusaurus docusaurus2 personal-site personal-website reactjs static-site static-website website
Last synced: 3 months ago
JSON representation
Source code of my personal website and blog.
- Host: GitHub
- URL: https://github.com/pkosiec/website
- Owner: pkosiec
- License: mit
- Created: 2018-03-24T11:23:02.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T10:02:24.000Z (11 months ago)
- Last Synced: 2024-10-09T17:05:22.877Z (3 months ago)
- Topics: docusaurus, docusaurus2, personal-site, personal-website, reactjs, static-site, static-website, website
- Language: TypeScript
- Homepage: https://kosiec.dev
- Size: 2.29 MB
- Stars: 27
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://kosiec.dev) address.
## Development
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Toolchain
This project uses [Volta](https://github.com/volta-cli/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](https://pages.cloudflare.com/).