MLH-Fellowship / orientation-project-js-23.SUM.B.1

Orientation Project (JavaScript) for 23.SUM.B
1 stars 3 forks source link

Resume Builder

How to run

Create a .env file with the backend url. Here's an example:

VITE_BACKEND_URL=http://localhost:5000

Replace the url with the url of the backend.

Then run the following commands:

yarn && yarn dev