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
1cf70a9b8b
tests: fix nginx testing setup
2023-03-02 21:36:32 -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 nginx testing setup
2023-03-02 21:36:32 -05:00
.env.example
feat: Add items website code base + drone pipeline (
#9
)
2023-03-02 21:35:55 -05:00
cypress.json
test: Test fix CYPRESS_BASE_URL
2023-03-02 21:36:29 -05:00
LICENSE
feat: Add items website code base + drone pipeline (
#9
)
2023-03-02 21:35:55 -05:00
package.json
tests: fix nginx setup
2023-03-02 21:36:32 -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
test: Fixing cypress tests
2023-03-02 21:36:29 -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
)