johanbook / portal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

portal

deploy last commit

portal is an experimental portal I am working on, hosted at johanbook.com/portal.

Found an error?

If something is incorrect or could be improved, open an issue in here.

Running locally

The documentation site can be run locally. It requires a Nodejs runtime and the NPM package manager. The dependencies are installed by running

npm install -d

To start a development server run

npm run dev

Deployment

The docs are hosted on Github pages and are built as part of a CD pipeline. The compilation is done using Node v16 (LTS).

About


Languages

Language:JavaScript 75.0%Language:TypeScript 25.0%