create-pixi-vn
v0.2.11
Published
Create a new Pixi’VN project
Downloads
658
Readme
Getting Started
You can start using Pixi’VN by initializing a new project.
Prerequisites
- Node.js version 18 or higher.
- Text Editor with TypeScript support.
- Visual Studio Code is recommended.
Project Initialization
To initialize a new project, you can use the following command:
# npm
npm create pixi-vn@latest
# yarn
yarn create pixi-vn@latest
# pnpm
pnpm create pixi-vn@latest
# bun
bun create pixi-vn@latest
The supported template presets are:
- Basic Visual Novel - Web page (Vite + React + MUI joy)
- Basic Visual Novel - Multi Device (Vite + React + MUI joy + Electron Forge)
( More templates will be added in the future, see this issue for more information )
After the project is initialized, you can open the project directory with your text editor (VSCode is recommended) and start developing your visual novel.
Into all templates there is a README.md
file with more information about the project.