using Svelte a Web Frontend Framework and Tailwind CSS for Styling using Directed Graph Data Structure
to model relationship between Scene.
Every Scene in Visual notel act as a Node in a Graph Data Structure it contains all possible path that exists.
Node.js (Latest Version)
download or clone the repo.
then install dependencies
# for npm
npm install
# for yarn
yarn
# for pnpm
pnpm install
start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Before creating a production version of your app, install an adapter for your target environment. Then:
npm run build
You can preview the built app with
npm run preview
, regardless of whether you installed an adapter. This should not be used to serve your app in production.