Skip to content

GGsource/persona-4-tracker

Repository files navigation

Persona 4 Tracker Project

A site designed for tracking social links in Persona 4 Golden!


Installation

  1. Install Node.js in order to use the Node Package Manager (npm). Download LTS for your operating system.
    1. Confirm installation was successful by running node -v and npm -v.
  2. If package.json isn't in the repo then the project needs to be initialized. Otherwise skip this step.
    1. Initialize the repo via npm init -y.
    2. Add Vite, our build tool of choice, via npm install vite --save-dev.
    3. Add Typescript, the language we will be coding with, via npm install typescript --save-dev.
    4. Do npm install to download required modules. After this you should have a folder node_modules.

Running

  1. Run the dev server with npm run dev. Open the page by clicking the resulting localhost link.

Project Structure

persona-4-tracker/...........Root directory of project
├── public/..................Static assets (images, fonts, icons, etc.)
├── src/.....................Source files (.ts files)
├── index.html...............Main HTML page structure
├── tsconfig.json............Config file for typescript
├── vite.config.ts...........Config file for vite

About

A site designed for tracking social links in Persona 4 Golden!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •