Skip to content

Relidocs

Begin your journey with Reliverse by exploring Relidocs, Reliverse’s documentation website.

πŸ‘‰ https://docs.reliverse.org

Welcome to Reliverse! This CLI helps you bootstrap and deploy new web apps in a matter of seconds.

The project focuses on Next.js, but support for other frameworks and additional features will be available soon. Happy coding!

πŸš€ Project Structure

Inside of the project, you’ll see the following folders and files:

/
β”œβ”€β”€ public/
β”‚ └── favicon.svg
β”œβ”€β”€ src/
β”‚ β”œβ”€β”€ layouts/
β”‚ β”‚ └── Layout.astro
β”‚ └── pages/
β”‚ └── index.astro
└── package.json

To learn more about the folder structure of an Astro project, refer to Astro guide on project structure.

🧞 Commands

All commands are run from the root of the project, from a terminal:

CommandAction
npm installInstalls dependencies
npm run devStarts local dev server at localhost:4321
npm run buildBuild your production site to ./dist/
npm run previewPreview your build locally, before deploying
npm run astro ...Run CLI commands like astro add, astro check
npm run astro -- --helpGet help using the Astro CLI

πŸ‘€ Want to learn more?

Feel free to check Astro documentation or jump into their Discord server.