Skip to content

Display a summary view of user tags, as well as a modal popup for the full list

Notifications You must be signed in to change notification settings

FEC-Bell/steam-user-tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steam-user-tags

Display a summary view of user tags, as well as a modal popup for the full list

ssh -i "rpt21.pem" [email protected]

mkdir steam

cd steam

git clone https://github.com/FEC-Bell/steam-user-tags.git

cd steam-user-tags/

npm install

sudo apt update

sudo apt upgrade

sudo apt install mysql-server

sudo mysql_secure_installation

sudo mysql

ALTER USER 'root'@'localhost' IDENTIFIED WITH my ssh -i "rpt21.pem" [email protected]_native_password ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'YourRootPassword'; FLUSH PRIVILEGES;

copy to db/config.js: module.exports = { host: 'localhost', user: 'root', password: '{pwd}', };

npm run seed

npm start

[new terminal] npm run build

About

Display a summary view of user tags, as well as a modal popup for the full list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published