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
bdae2c47fb
All checks were successful
continuous-integration/drone/push
Build is passing
Details
fix: Fix errors raised by ShortName not being strings
2021-11-02 23:05:32 -04:00
..
cypress
/fixtures
feat: Add items website code base + drone pipeline (
#9
)
2021-10-30 16:27:49 +00: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
fix: Fix errors raised by ShortName not being strings
2021-11-02 23:05:32 -04:00
.env.example
feat: Add items website code base + drone pipeline (
#9
)
2021-10-30 16:27:49 +00:00
cypress.json
feat: Add items website code base + drone pipeline (
#9
)
2021-10-30 16:27:49 +00:00
LICENSE
feat: Add items website code base + drone pipeline (
#9
)
2021-10-30 16:27:49 +00:00
package.json
feat: Add items website code base + drone pipeline (
#9
)
2021-10-30 16:27:49 +00: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
feat: Add items website code base + drone pipeline (
#9
)
2021-10-30 16:27:49 +00: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
)