-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
269ef7a
commit dbe3e86
Showing
6 changed files
with
42 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,38 @@ | ||
## Add assert | ||
# Getting Started | ||
|
||
You can start using Pixi’VN by initializing a new project. | ||
|
||
## Prerequisites | ||
|
||
* [Node.js](https://nodejs.org/) version 18 or higher. | ||
* Text Editor with TypeScript support. | ||
* [Visual Studio Code](https://code.visualstudio.com/) is recommended. | ||
|
||
## Project Initialization | ||
|
||
To initialize a new project, you can use the following command: | ||
|
||
```bash | ||
git submodule add <link> '<Neme Folder>' | ||
# 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)](https://github.com/DRincs-Productions/pixi-vn-react-template)** | ||
* **[Basic Visual Novel - Multi Device (Vite + React + MUI joy + Electron Forge)](https://github.com/DRincs-Productions/pixi-vn-react-template/tree/electron)** | ||
|
||
( More templates will be added in the future, see this [issue](https://github.com/DRincs-Productions/pixi-vn/issues/162) 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. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule template-react-vite-muijoy
updated
4 files
+3 −3 | README.md | |
+9,881 −9,821 | package-lock.json | |
+9 −9 | package.json | |
+5 −1 | src/main.tsx |
Submodule template-react-vite-muijoy-multidevice
updated
4 files
+14 −11 | README.md | |
+102 −112 | package-lock.json | |
+10 −11 | package.json | |
+5 −1 | src/main.tsx |