Website/items/frontend/README.md
2021-10-27 20:04:38 -04:00

8 lines
257 B
Markdown

# Item Finder Website
## How to build
1. Make sure `Nodejs` and `Npm` (or `Yarn`) are installed
1. Run `npm run build` or `yarn build` to build the production project
## Notes
Created based on CRA template typescript (see [cra.md](./documentation/cra.md))