Our purpose of the project is to create a game that is interactive, story-driven and a browser-based game based on Ace Attorney, a visual novel. The game utilized decision-making and branching narrative structure. The game is made to offer players an experience by exploration and choices through the use of save and load functions of the interface.
- Node.js
- Vue
- json-server
- TailwindCSS
To get a local copy up and running follow these simple steps.
Install Docker if you want to use devcontainer (In this case, you do not need to install Node.JS on your computer)
Make sure you installed the Node.JS For details: visit this website and follow the instructions https://nodejs.org/en/download
- Clone the repo
git clone https://github.com/Solarctic/WebAppProject- Go to the web-project folder
cd web-project/- Install NPM packages
npm installIf you are using visual studio code, we already created a launch.json to run easily (by "Start Web + DB")
ENSURE you are in web-project folder before run those commands
To run the web
npm run devTo run the json-server
npx json-server --watch db.json --port 3000Distributed under the MIT. See LICENSE.txt for more information.