We are a free and open source site dedicated to giving students platform to tutor and learn Physics
You can use our website here.
-
If you want to host the site by yourself, download or clone this repo to your local machine or a cloud server.
-
After extracting the zip, create a file called ".env" to store your secrets.
-
You will need to create a POSTGRES database and find its external psql command (you can find out how to make one online)
-
The .env file should contain one line in this format (no quotation marks around psql command):
DBURL=your-psql-command
-
Finally, run the file in terminal (or vscode terminal) by typing
npm run build
to build and thennpm run start
to start.