Skip to content

dennisszhou/Stalk-Market

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stalk-Market

crowdsourcing the best turnip price

Setup firebase

Install firebase CLI

$ npm install -g firebase-tools

login firebase

$ firebase login

Initialize your project

$ firebase init

Deploy your site

$ firebase deploy --only hosting:stalk-market-4dc91

How to run locally

Python 2

$ python -m SimpleHTTPServer

Python 3

$ python -m http.server

#Hosting URL: https://stalk-market-4dc91.firebaseapp.com

About

find the best turnip price

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 44.5%
  • JavaScript 34.2%
  • CSS 21.3%