This website requires JavaScript.
Explore
Help
Register
Sign In
valerie
/
todo
Watch
1
Star
0
Fork
You've already forked todo
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
815f085b9e
todo
/
start.sh
2 lines
73 B
Bash
Raw
Normal View
History
Unescape
Escape
shwoop
2021-08-24 00:04:07 -04:00
(
cd
todo
&&
git fetch
&&
git pull
&&
yarn
&&
yarn compile
&&
yarn start
)