New Festival Town is a revolutionary virtual console designed to bring your digital assets to life through the nostalgic charm of retro gaming. Developed by Ashara Studios, our platform leverages the power of NFTs to give players true ownership of their in-game assets. Players can engage with various mini-games, decorate their virtual spaces, and explore a dynamic, ever-evolving world. Our goal is to create meaningful, engaging experiences that merge the magic of classic gaming with the innovative potential of blockchain technology. Join us in New Festival Town and be part of the future of gaming! ๐
The only requirement is to have an HTTP server available. A static HTTP server like httpserver is enough, which is available through npm or yarn.:
# To install httpserver, please run ONCE and ONLY ONE OF the following:
# If you prefer npm:
npm i -g httpserver
# If you prefer yarn:
yarn global add httpserverTo run, serve the contents of public folder:
cd public
httpserverThen just go to http://localhost:8080/. The default port is 8080, you can change it adding -p PORT at the end.
To stop the demo served through httpserver with the abovementioned steps, just press Ctrl + C.