GitXplorerGitXplorer
B

tw-application

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
8cfd6284f838a5d2e5dc9cf1ec3bcfdb55a0ceef

Add additional links, fix some colouring of title.

BBritishWerewolf committed 9 months ago
Unverified
fd345de5b58c6490c61bf5e0f3c03453cf11d46a

Add dark mode.

BBritishWerewolf committed 9 months ago
Unverified
7910902e3e954f4e5087bbf1ab7a9d60f9ae7790

Add repo link.

BBritishWerewolf committed 9 months ago
Unverified
cced11a7dc7ddc0514de2a40f916f1955d5fbd3e

Add README and LICENSE

BBritishWerewolf committed 9 months ago
Unverified
7414c05ef89dca2ce14d690b3558a71cfa24a73b

Application committed.

BBritishWerewolf committed 9 months ago
Unverified
cf9d1739c05cc72e5ade77dbd7307fa7ea47508b

Update justfile build scripts.

BBritishWerewolf committed 9 months ago

README

The README file for this repository.

Tailwind Application

This is a super simple site, built using nothing but HTML, Tailwind and a couple of custom components that I wrote.

Usage

I have included a justfile, so ensure you have casey/just installed on your machine.

You can find the available commands by calling just, since the default recipe will list everything.
Otherwise, they are listed below here

$ just
just --list --unsorted
Available recipes:
    default                        # List all available scripts.
    build *modules="css js"        # Build assets for production. module: ["css", "js"]
    build-dev *modules="css js"    # Build assets for development. module: ["css", "js"]
    watch *modules="all"           # Watches building of assets. module: ["css", "js", "all"]

Both the build scripts use a space separated modules for either css, js, both to build for that module.

The watch script actually looks for css, js, or any other string.
It was built slightly differently as I couldn't use a fall through since I needed both scripts to run simultaneously with &.

Anything else?

Yes, I have included blogs_md_easy that I have rebuilt as a WASM module.
At some point I will rewrite the library to have both a binary CLI and a WASM build, but for now this version was cheated manually.