https://challenge2024.isic-archive.com/
This is a starter template for Jekyll and Tailwind CSS with Daisy UI.
- Clone the repo
- Run
make install
- Run
npm install
oryarn install
- Run
make s
to start the development server
Run make s
to start the development server.
Run make build
to build the site.
- After editing a file, commit your changes to a new Git branch.
- Push the Git branch to this repository, then create a Pull Request.
- 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.
- Add a link in
_data/navigation.yml
- Add a markdown file with the same name in the root (it's easiest to copy background.md or index.md)
This project is licensed under the GNU General Public License v2.0 - see the LICENSE file for details