/casino

Casino Project - JS

Primary LanguageCSSApache License 2.0Apache-2.0

casino

Casino Project - JS

  1. Open a terminal
  2. Check you are in your home directory ~
  3. Create a projects folder. Change directory to your projects folder
mkdir projects
cd projects
  1. Clone the repo and change to the folder & open code
git clone git@github.com:bh8ur8js/casino.git
cd casino
code .
  1. Install Node modules
npm i
  1. Open a terminal in Code & Run Tailwind Process
npx tailwindcss -i ./input.css -o ./casino.css --watch
  1. Start Live Server

Click on the LiveServer Icon in the corner of the Code window.