Skip to content
Discussion options

You must be logged in to vote

I recommend you give CONTRIBUTING.md a read. After you have set the project up, here are the remaining deployment steps.

Frontend

For the frontend, you need to create a production build of the latest release of the monkeytype and serve it using a web server. You can do so by:

cd frontend
npm run build:live
cd public
npx server -p 5000

Backend

For the backend, you need to transpile from typescript to javascript and execute the result. You can do so by:

cd backend
npm run clean
npm run start

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by polymo1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants