Skip to content

Tronix-NITK/TronixWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tronix Web App

Deploys

dev branch live at https://tronixweb.herokuapp.com

master build live at https://tronixnitk.in

Dev Setup

# Clone the repo
git clone https://github.com/srinskit/TronixWeb.git
cd TronixWeb

# Install dependencies
npm install

# Start development server
npm run dev

Prod Setup

# Clone the repo
git clone https://github.com/srinskit/TronixWeb.git
cd TronixWeb

# Install dependencies
npm install

# Build
npm run build

# Start delivery server
npm start

Releases

No releases published

Packages

No packages published