Tom Schlick 900736a578 Add PHP 8.4 support (#497) | 1 месяц назад | |
---|---|---|
.. | ||
assets | 1 год назад | |
components | 4 месяцев назад | |
composables | 1 год назад | |
content | 1 месяц назад | |
layouts | 4 месяцев назад | |
middleware | 1 год назад | |
public | 9 месяцев назад | |
server | 9 месяцев назад | |
.env.example | 8 месяцев назад | |
.gitignore | 1 год назад | |
.npmrc | 1 год назад | |
.nvmrc | 11 месяцев назад | |
README.md | 1 год назад | |
nuxt.config.ts | 9 месяцев назад | |
package.json | 8 месяцев назад | |
tailwind.config.js | 1 год назад | |
tsconfig.json | 1 год назад | |
typography.js | 1 год назад | |
yarn.lock | 8 месяцев назад |
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.