Install

install node_module

The project is built by Nextjs, so development and construction will follow CRA guidelines, please check more carefully here -https://beta.nextjs.org/docs/installation

System Requirements:

  • Node.js 18.17 or later.

  • macOS, Windows (including WSL), and Linux are supported.

  1. Extract the chisfis.zip file.

  2. Open the Terminal, write a cd space and drag the folder into the Terminal, and press ENTER.

  3. Type and run npm i or yarn install the command

  4. You need to add your NEXT_PUBLIC_GOOGLE_MAP_API_KEY and NEXT_PUBLIC_GOOGLE_MAP_ID environment variable in the .env file. https://visgl.github.io/react-google-maps/docs/get-started

  5. Once the installation is completed successfully without errors you can run the template in the npm run dev or with yarn is yarn dev command.

  6. Open the browser at the URL: localhost:3000

  7. All done. Thank you.

Last updated