Skip to content

Commit

Permalink
Initial openbazaar-web react UI
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmabc committed Apr 12, 2023
1 parent c6c1a76 commit 413d454
Show file tree
Hide file tree
Showing 12 changed files with 6,775 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -44,4 +44,7 @@ ehthumbs.db
Thumbs.db

tmp/
data/
data/

### OpenBazaar-web
openbazaar-web/protobufs/*_pb.js
4 changes: 4 additions & 0 deletions openbazaar-web/README.md
@@ -0,0 +1,4 @@
# OpenBazaar Web

Make sure to install proto-gen-grpc-web binary
```brew install protoc-gen-grpc-web```
8 changes: 8 additions & 0 deletions openbazaar-web/next.config.js
@@ -0,0 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
appDir: true,
},
}

module.exports = nextConfig

0 comments on commit 413d454

Please sign in to comment.