/finbryte-ocenime

Clone of basic features of ocenime.bg

Primary LanguageHTML

To start the project

This assumes you have NPM and Node installed.

  • If not download NVM.

As a conveniece the Linux commands for installing NVM/Node are provided. If you're using another OS please see the link above.

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install --lts
nvm use --lts
node --version # 20.11.0
npm --version # 10.2.4
git clone https://github.com/riivanov/finbryte-ocenime.git
cd finbryte-ocenime
npm install
npm start