Step 01 : Unzip the main-files
Step 02 : Open "Aidoodle" folder
Step 03 : You will find the 50+ files
Step 04 : Also you will see into "assets" 6 directories, css, fonts, images, js and scss.
In the first folder Content you will find style.css and other styling files the all the other
files expect the htmls.
Js folder contain only the Javascript file. Fonts folder contain essetial font files for fonts.
The base structure was organized by row, col-** class
Thank you for reading the documentaion. If you still have any question or any problem, please contact with us. We will give you best support.
ThemephiDownload the zip file containing all files integrated with AiDoodle. Extract the contents of the zip file to your desired location.
Make sure Python (We recommend version 3.12.3) and Flask (We recommend version 3.0) are installed on your machine. If not already installed, you can download and install Python from the official website. To install Flask, you can use pip: pip install Flask
Open your command prompt or terminal, navigate to the directory where you extracted the AiDoodle project, and run npm install to install Node modules.
To generate CSS from SCSS, execute the command: npm run build If you want to run compiler in watch mode run: npm run dev
npm run build
npm run dev
To run the Flask application, execute the command:
npm run start
python app.py
Before all that you have to edit your template and place your own contents by replacing old demo contents, in this case, you will need a code editor such as – VScode, Sublime Text etc.