This website requires JavaScript.
Explore
Help
Sign In
spt
/
Website
Watch
2
Star
2
Fork
0
You've already forked Website
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Website
/
items
/
frontend
History
SPT-dev
3f051c8323
tests: Fix search linked tests
2023-03-02 21:36:28 -05:00
..
cypress
/fixtures
tests: Add test suite
2023-03-02 21:36:27 -05:00
documentation
feat: Add items website code base + drone pipeline (
#9
)
2023-03-02 21:35:55 -05:00
public
feat: Add items website code base + drone pipeline (
#9
)
2023-03-02 21:35:55 -05:00
src
tests: Fix search linked tests
2023-03-02 21:36:28 -05:00
.env.example
feat: Add items website code base + drone pipeline (
#9
)
2023-03-02 21:35:55 -05:00
cypress.json
feat: Add items website code base + drone pipeline (
#9
)
2023-03-02 21:35:55 -05:00
LICENSE
feat: Add items website code base + drone pipeline (
#9
)
2023-03-02 21:35:55 -05:00
package.json
feat: Include item ID in url
2023-03-02 21:36:27 -05:00
README.md
feat: Add items website code base + drone pipeline (
#9
)
2023-03-02 21:35:55 -05:00
tsconfig.json
feat: Add items website code base + drone pipeline (
#9
)
2023-03-02 21:35:55 -05:00
yarn.lock
feat: Include item ID in url
2023-03-02 21:36:27 -05:00
README.md
Item Finder Website
How to build
Make sure
Nodejs
and
Npm
(or
Yarn
) are installed
Run
npm run build
or
yarn build
to build the production project
Notes
Created based on CRA template typescript (see
cra.md
)