To get started, follow these steps:
- Clone this repository using
git clone https://github.com/Intummadee/Ohmm-Amulet-Shop.git - To navigate to a directory named OhmmAmulet using
cd OhmmAmulet - Install dependencies using
npm install - Run the app using
npm start
- Language: HTML, CSS, Javascript, Bootstrap,
- Database: Local Storage
- Version Control: Git and GitHub
- Code Editor and tools: VS Code
- Sasss : IMPORTANT! Browsers can only read CSS, not SCSS directly, so you must always compile SCSS to CSS first and link the CSS file in your HTML file.
npx sass --watch views/styles.scss:views/styles.css
- npm install -g sass : installs the sass package globally on your system
- npm install --save-dev sass : installs the sass package as a development dependency within the current project.
- Live Sass Compiler
https://sass-lang.com/install/
https://sweetalert2.github.io/
https://codepen.io/kevinwitkowski/pen/MWbxNGe

