- Open 2 terminals in the mathine-hackathon directory
- In terminal 1:
cd fe,npm install,npm run dev - In terminal 2:
cd api,npm install,npm install --save-dev ts-node typescript,npx ts-node src/index.ts
In api/ContainerEnv:
- Change the
netIDenvironment variable to any string, and that will store data under that user.
- Make a branch:
git checkout -b <your-branch-name> - Make your changes
- Commit and push your changes
git add .git commit -m "your commit message"git push origin --set-upstream <your-branch-name> - Open a pull request on GitHub
- Merge your pull request