If the main website is down, don’t worry — you can still run the app locally!
If you know how to use Git, you can clone the project like this:
git clone https://github.com/lezzthanthree/SEKAI-Stories.gitGo to the repository:
https://github.com/lezzthanthree/SEKAI-Stories
Click the green Code button and choose Download ZIP.
Once downloaded, unzip it to a folder.
The app runs on Node.js, so you’ll need to install it first.
Go to nodejs.org and download the latest stable version for your system.
If you're using nvm (Node Version Manager), run:
nvm install 23.11.0Once you have the files and Node.js ready:
- Open a terminal or command prompt.
- Navigate to the project folder.
cd path/to/SEKAI-Stories - Install the necessary packages:
npm install
- Run the project!
npm run dev


