Getting Started
Quick Start
#Installation
Warning
This is sample command for Velora installation, but right now not working and still in progress to make this happen. Currently to use this template just simply clone the repository and add your new mdx file to create a post.
#Prerequisites
- Node.js (v18.20 or higher, LTS version is recommended)
- Linux, macOS, or Windows are supported
npx create-velora@latest#Create Contents files
Add your contents files in the content directory. Velora use the content directory as the root directory for the contents files.
root
├── app
├── content
│ ├── blog
│ │ ├── velora-example-post.mdx
│ │ └── your-new-post.mdx
├── README.md
├── tsconfig.json
└── velite.config.ts#Run Development Server
To run development server, use the following command:
npm run dev#Build Production
npm run build:content && npm run build:next