Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 503 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 503 Bytes

Ezio

Senior assassins, university-scale.

Ezio is built using Express and Next.js.

How to run Ezio locally

  1. If you don't already have Node.js/NPM installed, make sure you get them first.
  2. git clone https://github.com/BUUPE/Ezio.git Clone this repository.
  3. cd Ezio Go to Ezio's root directory.
  4. npm i Install Node.js dependencies.
  5. npm run dev Run Ezio's server locally.

You should find Ezio running on localhost:3000!