Tom Schlick 900736a578 Add PHP 8.4 support (#497) | 1 month ago | |
---|---|---|
.. | ||
assets | 1 year ago | |
components | 4 months ago | |
composables | 1 year ago | |
content | 1 month ago | |
layouts | 4 months ago | |
middleware | 1 year ago | |
public | 9 months ago | |
server | 9 months ago | |
.env.example | 8 months ago | |
.gitignore | 1 year ago | |
.npmrc | 1 year ago | |
.nvmrc | 11 months ago | |
README.md | 1 year ago | |
nuxt.config.ts | 9 months ago | |
package.json | 8 months ago | |
tailwind.config.js | 1 year ago | |
tsconfig.json | 1 year ago | |
typography.js | 1 year ago | |
yarn.lock | 8 months ago |
This is a documentation site built on top of Nuxt Content (v3).
All docs are located in the ./content folder if you're just looking for the docs in plain text.
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
Start the development server on http://localhost:3000
yarn dev
Build the application for production:
yarn build
Locally preview production build:
yarn preview
Check out the deployment documentation for more information.