Skip to content

DRincs-Productions/drincs-website

Repository files navigation

Production Deployment

Fast editor with GitHub Codespaces

wiki: https://docs.github.com/en/codespaces/getting-started/quickstart

Install Node in WLS2

More Info: https://learn.microsoft.com/it-it/windows/dev-environment/javascript/nodejs-on-wsl

sudo apt install curl
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash

restart wsl --shutdown

command -v nvm
nvm ls
nvm install node
nvm ls
node -v
npm i
# add translations files
git submodule update --init --recursive

Run App

npm start

after F5

Run Build

npm install -g serve
serve -s build

Interface

The interface was developed with MUI.