Skip to content

oferezr/open-pension

Repository files navigation

Open Pension

Team

Development Team

  • Ofer Ezrachi
  • Neel Bram
  • Guy Orlinsky

Design Team

  • Hodaya Kabada
  • Yaara Saidon
  • Efrat Zeroni

Links:

  1. Public Link
  2. Product Presentation
  3. Submission Presentation
  4. Technical Requirements

Getting Started

Install the dependencies

The codebase has libraries it depends on to run - these are refered to as "dependencies". You need to install these dependencies before you can run the codebase. To install the dependencies, run the following command in your terminal:

npm install

Run the development server

The codebase uses a development server to run the code. This is a server that runs on your local machine, and allows you to view the code in your browser. To run the development server, run the following command in your terminal:

npm run dev