GitXplorerGitXplorer
j

cracked.spines

public
0 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
9624ba57ae400192bd014d9b8221077b825fd349

tweak to deploy

jjschilli committed a month ago
Verified
72cb9056bb396fc5f2d42a5ce9f6d1fc0318a19d

Create nuxtjs.yml

jjschilli committed a month ago
Verified
b21f277a6729a3f0e964b64263f2f429d7bd73d8

Create CNAME

jjschilli committed a month ago
Unverified
61267a48499634a0fa0f354e98ec06259871b84d

Updated with footer/tweaks

jjschilli committed a month ago
Unverified
459abd460431f6afaf94494f9b6f0fb08d7053d1

working

jjschilli committed a month ago
Unverified
9389da4391183b7057face8f10546177b63749b2

Initial Commit

jjschilli committed a month 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.