- Fork this repository (https://github.com/letsmod/letsmod-interview) using your personal Github account.
- Clone the forked repository in order to create a local working copy.
- If not already installed, install the node package manager command line tools from https://www.npmjs.com.
- Run
npm installfrom the project root directory of the working copy.
To run this project, type npm run dev from the project root directory. A local webserver should start and open the project in a new browser window. Saving any changes to the source files should cause the page to reload with the updated code.
The project's base implementation can be found in src/index.ts. Changes may be made directly to that file, or added to new files and imported into that file. The other files included in this project's repository are there to facilitate quickly getting it to run in a browser; there should be no need to change them.
You are encouraged to make commits to your working copy of the project as you add and change features. When you are ready to submit your solution:
- Push the changes from your working copy back to your fork.
- Grant your interviewer(s) read access to your fork, using the github account(s) they provided.
- Notify your interviewer(s) that your submission is ready for review.