liolle / CookieClicker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CookieClicker

Click the dog to get as many cookies as possible. Get more cookies to unlock auto-clicker, multiplier and bonus buttons.

View the page live COOKIE-CLICKER

Development Tools

  • Javascript
  • Bootstrap
  • Node.JS
  • MangoDB
  • Express
  • Mangoose

Contributors

Develop

# Install node (Ubuntu)
sudo apt update
sudo apt install nodejs

# Install node (Mac)
brew install node

# Clone this repository
git clone https://github.com/liolle/CookieClicker.git

# Install dependencies
npm install

# Commands

# Start a vite server and watch changes
npm run dev 

# Run the tests
npm run tests   

# Build the projet
npm run build   

# Build the projet and start a vite preview server
npm run preview   

# Build and deploy the the projet
npm run pages   

#After installing Node.js and npm, you can verify that they were installed correctly by running the following commands in your terminal:
node -v
npm -v

About


Languages

Language:JavaScript 49.2%Language:CSS 27.5%Language:HTML 23.2%