Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.17 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.17 KB

Partial frontend code for dopracenakole.cz

This includes some of the less, ts, and html used by dopracenakole.cz's interactive website (https://dpnk.dopracenakole.cz)

For development install using

Tested with Node.js LTS Gallium version.

Installing and activating Node Version Manager nvm:

Installing nvm:

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash

Activating nvm (add these lines to your ~/.bashrc, ~/.profile, or ~/.zshrc file) or run interactively from a terminal emulator:

export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"

Using nvm:

nmv list
nvm install lts/gallium
nvm use lts/gallium

Install app packages dependencies

npm install

Build and run using

npm run-script watch
./server

Or

npm run-script build
./server