OranWeb / TCEssentials

TC Essentials is a guide for Torn City (torn.com) covering all the essentials to help you get started!

Home Page:https://tc-essentials.oran.pw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TCEssentials

TC Essentials is a collection of new player guides for Torn City

https://tc-essentials.oran.pw/

Join our Discord Here

Running TC Essentialls Locally

Prerequisites

  1. Latest Nodejs.
  2. Latest Git.
  3. More than 2 braincells.

Cloning to Local Drive

  1. Create a new folder "TC Essentials repo"
  2. open a terminal instance on that folder
  3. run the below command on the terminal
git clone https://github.com/oranweb/TCEssentials 
  1. cd into TCEssentials folder
  2. run
npm install

that should install all dependencies

To develop locally

npm run start 

To create production build

npm run build 

Production build can be found in /public/ folder

Deployment

While we recommend deployment to Netlify, Cloudflare Pages / Vercel or any static web host should do the trick.

Contributing to TC Essentials

Pull requests of code changes or text additions are always welcome.

Usage/sharing

You are free to copy any part of the website, use it in your own guide or copy paste and throw it into your faction forums Without providing credits to me or linking to website. I wrote them so it would help players so you are free to share it wherever in whatever form you want to.

About

TC Essentials is a guide for Torn City (torn.com) covering all the essentials to help you get started!

https://tc-essentials.oran.pw

License:MIT License


Languages

Language:HTML 51.9%Language:SCSS 39.2%Language:JavaScript 8.9%