To begin the installation process, please run the following command in your terminal. (while in the directory where you extracted the source code)
npm install
After that, run the SQL code in the .sql file given in the core directory. (outside of src/)
When all that is completed, you can now run the following command to start the server.
npm run dev