/hirefy

Primary LanguageTypeScript

💼 Hirefy

This website was developed using NextJS + TypeScript

🚀 Ejecution

Steps to install and run the project:

  1. Clone the project

    git clone https://github.com/diaslucia/hirefy.git
  2. Open your current directory project

    cd hirefy
  3. Install the libraries

    npm install
  4. Ejecute the app

    npm run start

📂 Structure

The file structure is:

  • assets: to store images and local fonts.
  • components: to store the components I used for the sidebar.
  • utils: to store typescript types and data to use in the sidebar.