Skip to content

Commit fde411c

Browse files
authored
Merge pull request #10 from jakapurg/master
Added build script
2 parents 6d323c4 + 8552aa5 commit fde411c

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Once downloaded, the zip file includes all files you need to display your NFT co
1414
1. Fork the repo
1515
2. Configure js/env.js
1616
3. Make changes to the website (optional)
17+
4. Build the website using `build.sh` script
1718
4. Deploy files to Apillon hosting
1819

1920
## Configure

build.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash -eu
2+
3+
mkdir -p dist
4+
cp *.html dist/
5+
cp -r images dist/
6+
cp -r style dist/
7+
cp -r js dist/

0 commit comments

Comments
 (0)