Website for iwanta.cat
- Node.js (v14 or higher)
- npm (v6 or higher)
- Gulp CLI (v2 or higher)
-
Clone the repository:
git clone https://github.com/b0t-at/iWantACat-website.git cd iWantACat-website
-
Install the dependencies:
npm install
-
Run the Gulp tasks to download assets, optimize and minify CSS and JavaScript files:
npm run predeploy
-
Run dev webserver
npm run dev
-
Run the predeploy script to prepare the project for deployment:
npm run predeploy
-
Deploy the contents of the
dist
folder to your web server or hosting service.
The custom styles for the website are located in the assets/styles.css
file. You can modify this file to change the appearance of the website.
The project includes Bootstrap and Sass for improved design and maintainability. You can use Bootstrap classes in your HTML and customize the styles using Sass.
To compile Sass to CSS, run the following command:
npm run sass