Skip to content
/ website Public

Personal website and playground for experiments

Notifications You must be signed in to change notification settings

mvsde/website

Repository files navigation

Personal website and playground for experiments

Requirements

Installation

npm install

Development server

node --run dev

Production build

node --run build

Fonts

Generate fonts fallback CSS file:

node generate-fonts-fallback.js

Formatting

node --run format

Linting

# All tasks
node --run lint

# Individual tasks
node --run lint:css
node --run lint:js
node --run lint:markdown
node --run lint:format