GitXplorerGitXplorer
j

cracked.spines

public
0 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
0beaa3ca43d921516f4a3f85afc06a59d032318f

Additions to the book list

jjschilli committed 3 hours ago
Unverified
4801c47fddadae4467241d2f8f4b18b3a1f30fff

April 2025 selection, updated display date

jjschilli committed 2 days ago
Unverified
5bc1c5c300939c6425d98213c5221f301e6c013f

April 2025 poll

jjschilli committed 7 days ago
Unverified
009a484902a63c9ab3979f2d08aa3f9489d7a662

minor tweaks & favicons

jjschilli committed 17 days ago
Unverified
ef4c3f2120b2fa258c2979a04d0e3c059fd7bbb8

After December Poll

jjschilli committed 17 days ago
Verified
46df71836da3bb9fac87164c014b5d3cddd427a3

Merge pull request #1 from nathanbatson/css

jjschilli committed 18 days ago

README

The README file for this repository.

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.