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
Mangiang
e4d8cb7663
tests: fix nginx setup
2021-11-15 21:47:29 -05:00
..
documentation
feat: Add items website code base + drone pipeline (
#9
)
2021-10-30 16:27:49 +00:00
public
feat: Add items website code base + drone pipeline (
#9
)
2021-10-30 16:27:49 +00:00
src
test: Add cypress script
2021-11-14 17:03:13 -05:00
.env.example
feat: Add items website code base + drone pipeline (
#9
)
2021-10-30 16:27:49 +00:00
cypress.json
test: Test fix CYPRESS_BASE_URL
2021-11-14 15:43:53 -05:00
LICENSE
feat: Add items website code base + drone pipeline (
#9
)
2021-10-30 16:27:49 +00:00
package.json
tests: fix nginx setup
2021-11-15 21:47:29 -05:00
README.md
feat: Add items website code base + drone pipeline (
#9
)
2021-10-30 16:27:49 +00:00
tsconfig.json
feat: Add items website code base + drone pipeline (
#9
)
2021-10-30 16:27:49 +00:00
yarn.lock
test: Fixing cypress tests
2021-11-14 15:57:22 -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
)