This is the official documentation of IONOS Deploy Now, the hosting platform for instant deployments of static sites and PHP Apps via GitHub. The documentation uses Gridsome with NodeJS v12.22 and is running on IONOS Deploy Now.
Found a bug or typo or missing important content? Feel free to open a pull request. We will review it quickly. Are you missing something bigger? Feel free to open a GitHub Issue.
Install dependencies and edit the new .env
file.
npm ci
cp .env.example .env
Run local server.
npm run develop
All content resides in the content
directory, where the next directory name decides the contentType
.
Pages can be created manually or generated with the cli.
npm run cli
Create static build in dist
folder.
npm run build