Skip to content

Eoic/PersonalWebsite

Repository files navigation

Personal website

Development

Dependencies

  • Install NodeJS dependencies:
npm ci
  • Install Python dependences:
python -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt

Scripts

  • Start development server:

    npm run dev
  • Build site for production:

    npm run build
  • Serve production site:

    npm run serve