Skip to content

Development

Shlomi Shitrit edited this page Oct 28, 2023 · 1 revision

Clone the repo

By HTTPS

https://github.com/nadavWeisler/PsychInfo.git

By GitHub CLI

gh repo clone nadavWeisler/PsychInfo

Install dependencies

In your IDE, open the command line and navigate to the root folder of the repo. Then run the command:

npm i

Note: make sure your machine have NodeJS installed

Run local server

Make sure you are still in the location of the root folder of the repo. then, in the command line run the command:

npm run dev

In your browser enter the url:

http://localhost:3000/

It's may take few moments for the local server to start, please be patient

Clone this wiki locally