This website works better with JavaScript.
Home
Explore
Help
Sign In
Hamcha
/
tghandbook
Watch
1
Star
0
Fork
1
Code
Issues
3
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add build script and readme
dev
Hamcha
10 months ago
parent
ba12ef2d12
commit
b5db3d3328
Signed by:
Hamcha
GPG Key ID:
41467804B19A3315
3 changed files
with
13 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
.gitignore
+9
-0
README.md
+2
-1
package.json
+ 2
- 1
.gitignore
View File
@ -1,3 +1,4 @@
node_modules
dist
.cache
.cache
yarn-error.log
+ 9
- 0
README.md
View File
@ -0,0 +1,9 @@
# /tg/ handbook
## Building
`yarn build`
## Development
`yarn && yarn dev`
+ 2
- 1
package.json
View File
@ -4,7 +4,8 @@
"main"
:
"index.js"
,
"license"
:
"MIT"
,
"scripts"
:
{
"dev"
:
"parcel index.html"
"dev"
:
"parcel index.html"
,
"build"
:
"parcel build index.html"
}
,
"devDependencies"
:
{
"parcel-bundler"
:
"^1.12.4"
,
Write
Preview
Loading…
Cancel
Save