Skip to content

mirte-robot/mirte-website

Repository files navigation

mirte-website

This repository contains the code for the MIRTE website on https://mirte.org.

Build preparations

In order to build and run both the frontend and backend one needs an installation of NodeJS. We prefer using nodeenv.

sudo apt install -y python3-pip
sudo -H pip install nodeenv
nodeenv --node=22.12.0 node_env
source node_env/bin/activate

Build

  • development:

    npm install
    npm run dev
  • local deployment:

    npm install
    npm generate
    export NUXT_APP_BASE_URL=/
    python3 -m http.server -d .output/public

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published