chore: rename hackweek to pubky explorer

This commit is contained in:
nazeh
2024-10-21 17:46:51 +03:00
parent 5d6649227a
commit 6f99aa9e8e
22 changed files with 1873 additions and 2697 deletions

View File

@@ -1,5 +1,33 @@
# Pubky Hackweek Projects
# Pubky Explorer
## Projects
## Usage
- [Pubky Explorer](./pubky-explorer)
https://github.com/user-attachments/assets/1a9ac9e6-3d61-445f-8851-59b6f431df18
```bash
$ npm install # or pnpm install or yarn install
```
### Learn more on the [Solid Website](https://solidjs.com) and come chat with us on our [Discord](https://discord.com/invite/solidjs)
## Available Scripts
In the project directory, you can run:
### `npm run dev`
Runs the app in the development mode.<br>
Open [http://localhost:5173](http://localhost:5173) to view it in the browser.
### `npm run build`
Builds the app for production to the `dist` folder.<br>
It correctly bundles Solid in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.<br>
Your app is ready to be deployed!
## Deployment
Learn more about deploying your application with the [documentations](https://vitejs.dev/guide/static-deploy.html)

1841
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -11,7 +11,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@synonymdev/pubky": "file:../../pubky/pubky/pkg",
"@synonymdev/pubky": "^0.1.16",
"solid-js": "^1.8.19"
},
"devDependencies": {

View File

@@ -1,31 +0,0 @@
## Usage
https://github.com/user-attachments/assets/1a9ac9e6-3d61-445f-8851-59b6f431df18
```bash
$ npm install # or pnpm install or yarn install
```
### Learn more on the [Solid Website](https://solidjs.com) and come chat with us on our [Discord](https://discord.com/invite/solidjs)
## Available Scripts
In the project directory, you can run:
### `npm run dev`
Runs the app in the development mode.<br>
Open [http://localhost:5173](http://localhost:5173) to view it in the browser.
### `npm run build`
Builds the app for production to the `dist` folder.<br>
It correctly bundles Solid in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.<br>
Your app is ready to be deployed!
## Deployment
Learn more about deploying your application with the [documentations](https://vitejs.dev/guide/static-deploy.html)

File diff suppressed because it is too large Load Diff

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB