Collection of prompts used in Limitless' Ask AI. Visit the site here.
-
Install Hugo on your system
- For Windows users:
winget install Hugo.Hugo
- For macOS users:
brew install hugo
- For Linux users:
sudo apt install hugo # For Debian/Ubuntu sudo dnf install hugo # For Fedora
- For Windows users:
-
Clone this repository
git clone https://github.com/Maclean-D/limitless-prompts.git cd limitless-prompts
-
Initialize and update the theme submodules
git submodule update --init --recursive
-
Start the Hugo development server
hugo server -D
-
Open your browser and visit http://localhost:1313 to view the site