riivanov / finbryte-ocenime

Clone of basic features of ocenime.bg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Clone of basic features of ocenime.bg


Languages

Language:HTML 48.5%Language:SCSS 33.3%Language:TypeScript 18.2%