A web version of Five Nights At Candy's 2, created by Emilmacko, a fan game based on FNAF series.
Play it here. This website is hosted on my PC, so don't expect it to be online all the time (429 Too Many Request
will be return when my PC isn't online).
I will deploy on Github Pages when it is done.
You can clone this repo and run it locally.
Switch adapter in svelte.config.js
first:
import adapter from "@sveltejs/adapter-auto";
// import IISAdapter from "sveltekit-adapter-iis";
// ...
const config = {
kit: {
adapter: adapter()
// adapter: IISAdapter()
}
}
// ...
After that, run this:
# Install dependencies first
npm install
npm run dev -- --open
# Run this if you have lag issue.
# I don't really know what's the difference...
# Comment out
npm run build
npm run preview -- --open