Skip to content

Commit

Permalink
feat: new
Browse files Browse the repository at this point in the history
  • Loading branch information
alinasytnik committed Aug 11, 2023
1 parent b1f20c2 commit 32cd31b
Show file tree
Hide file tree
Showing 6 changed files with 530 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/fleek-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 19.8.1
- name: Install Fleek CLI globally
node-version: 16
- name: Install Fleek CLI
run: npm i -g @fleekxyz/cli
- name: Install dependencies
run: npm install
- name: Install Packages
run: yarn run install
- name: Build & deploy sites
run: fleek sites deploy
run: fleek sites deploy
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
9 changes: 9 additions & 0 deletions fleek.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"sites": [
{
"slug": "deafening-important-receptionist",
"distDir": "public",
"buildCommand": "yarn run build"
}
]
}
6 changes: 0 additions & 6 deletions fleek.json

This file was deleted.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"dependencies": {
"gatsby": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"@fleekxyz/cli": "^0.3.0"
},
"devDependencies": {
"typescript": "^5.0.4"
}
}
Loading

0 comments on commit 32cd31b

Please sign in to comment.