Skip to content

ImageMarkup/isic-challenge-2024

Repository files navigation

isic-challenge-2024

https://challenge2024.isic-archive.com/

Jekyll and tailwind + daisy UI

This is a starter template for Jekyll and Tailwind CSS with Daisy UI.


Installation

  1. Clone the repo
  2. Run make install
  3. Run npm install or yarn install
  4. Run make s to start the development server

Usage

Development

Run make s to start the development server.

Production

Run make build to build the site.

Preview your changes

  1. After editing a file, commit your changes to a new Git branch.
  2. Push the Git branch to this repository, then create a Pull Request.
  3. The changes will automatically be built into a preview site. A link to the preview site is available at the bottom of the Pull Request page, as the "Details" link of the Deploy preview check. You may need to "Show all checks" to find the link. branch_preview

Adding a new page

  1. Add a link in _data/navigation.yml
  2. Add a markdown file with the same name in the root (it's easiest to copy background.md or index.md)

Credits

License

This project is licensed under the GNU General Public License v2.0 - see the LICENSE file for details