mirror of
https://github.com/sp-tarkov/db-website.git
synced 2025-02-08 07:10:47 -05:00
257 B
257 B
Item Finder Website
How to build
- Make sure
Nodejs
andNpm
(orYarn
) are installed - Run
npm run build
oryarn build
to build the production project
Notes
Created based on CRA template typescript (see cra.md)