Install
install node_module
Last updated
Was this helpful?
install node_module
Last updated
Was this helpful?
The project is built by Nextjs, so development and construction will follow CRA guidelines, please check more carefully here -
System Requirements:
7 or later.
macOS, Windows (including WSL), and Linux are supported.
Extract the chisfis.zip file.
Open the Terminal, write a cd
space and drag the folder into the Terminal, and press ENTER.
Type and run npm i
or yarn install
the command
You need to add your NEXT_PUBLIC_GOOGLE_MAP_API_KEY
and NEXT_PUBLIC_GOOGLE_MAP_ID
environment variable in the .env file.
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.
Open the browser at the URL: localhost:3000
All done. Thank you.