This boilerplate uses the following dependencies & plugins:
- Jekyll (~>4.3.1)
- TailwindCSS (^3.2.4)
Detailed dependencies are listed in the Gemfile and package.json
- Visual Studio Code
- Docker Desktop
- Visual Studio Code Docker Extension
- Visual Studio Code Dev Containers Extension
-
Open Docker Desktop
-
Open this folder in a Dev Container within VS Code
-
If this is the first time you're running Jekyll, in the terminal, run
$ bundle install -
Run Jekyll & Tailwind CLI concurrently:
$ npm run dev
-
Run Jekyll & Tailwind CLI concurrently with polling:
$ npm run dev:poll -
Run the debug command:
$ npm run dev:trace -
Run the bundler install command:
$ bundle install -
Ensure your project is open in a dev container.
-
First, ensure your project is open in a dev container and look for error messages related to your code.
Next, quit any running processes by killing your terminals and then re-run the command. Try restarting VS Code and re-run the command. Try restarting your computer and re-run the command.
Finally, try clearing your Jekyll cache and rebuilding packages. You may also want to delete your
node_modulesfolder before running these commands.$ jekyll clean $ bundle install $ npm install