First, ready the working environment.
- sudo timedatectl set-timezone America/New_York // set timezone
- sudo apt update && sudo apt upgrade
- (option) sudo apt-get update && sudo apt-get upgrade
- sudo apt install nodejs // install Node.js
- node -v
- sudo apt install npm
- // Upgrade to the latest version of node.
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
- source ~/.bashrc
- nvm list-remote
- nvm install v22.1.0 // latest version as of 5/6/2024
- nvm list
- npm install -g npm@10.7.0
- git clone https://github.com/KINGdotNET/amica.git // Clone Amica
- cd amica
- npm install
- npm run dev
Discover more from QUE.com
Subscribe to get the latest posts sent to your email.
