Dan Pastori da79a42e5f Added Spin Pro Announcement (#421) 2 weeks ago
..
assets d31630374d 2.2.0 Release - Marketing Site & Documentation Site (#110) 1 year ago
components da79a42e5f Added Spin Pro Announcement (#421) 2 weeks ago
composables d31630374d 2.2.0 Release - Marketing Site & Documentation Site (#110) 1 year ago
content 40d430ca20 fix docs regarding `AUTORUN_LARAVEL_MIGRATION_ISOLATION` (#398) 2 months ago
layouts da79a42e5f Added Spin Pro Announcement (#421) 2 weeks ago
middleware d31630374d 2.2.0 Release - Marketing Site & Documentation Site (#110) 1 year ago
public bcc5b18019 Change execution to be unprivileged (#311) 5 months ago
server 469dd8d4b9 Fixes Search Issue (#314) 5 months ago
.env.example b9ce08c216 Improve automated site previews (#338) 5 months ago
.gitignore d31630374d 2.2.0 Release - Marketing Site & Documentation Site (#110) 1 year ago
.npmrc d31630374d 2.2.0 Release - Marketing Site & Documentation Site (#110) 1 year ago
.nvmrc 20ecec1d96 Release/v3.0 (#207) 7 months ago
README.md d31630374d 2.2.0 Release - Marketing Site & Documentation Site (#110) 1 year ago
nuxt.config.ts bcc5b18019 Change execution to be unprivileged (#311) 5 months ago
package.json b9ce08c216 Improve automated site previews (#338) 5 months ago
tailwind.config.js d31630374d 2.2.0 Release - Marketing Site & Documentation Site (#110) 1 year ago
tsconfig.json d31630374d 2.2.0 Release - Marketing Site & Documentation Site (#110) 1 year ago
typography.js d31630374d 2.2.0 Release - Marketing Site & Documentation Site (#110) 1 year ago
yarn.lock b9ce08c216 Improve automated site previews (#338) 5 months ago

README.md

Documentation & Static Site, generated with Nuxt Content

This is a documentation site built on top of Nuxt Content (v3).

Docs location

All docs are located in the ./content folder if you're just looking for the docs in plain text.

Setup

Ensure you're in the right directory.

cd docs/

Copy over the environment variable example file.

cp .env.example .env

Make sure to install the dependencies:

yarn install

Development Server

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

yarn dev

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview

Check out the deployment documentation for more information.