Create new repositry from above use this template button or click here to create new repo.
Clone repo using git
git clone 'https://github.com/alihussnainrb/vitex.git'
You can checkout degit
node vitex.mjs create [Page Name]
node vitex.mjs create hello
Creating dynamic pages are same as above but page name starts with $ i.e /posts/postId will be posts/$id. node vite.mjs create [$Page Name]. Make sure to wrap page name inside quotes i.e 'posts/$id'
node vitex.mjs create 'posts/$id'