https://github.com/stakekit/safe-app
Safe wallet app
https://github.com/stakekit/safe-app
Last synced: 5 months ago
JSON representation
Safe wallet app
- Host: GitHub
- URL: https://github.com/stakekit/safe-app
- Owner: stakekit
- Created: 2024-08-29T11:43:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T07:52:32.000Z (about 1 year ago)
- Last Synced: 2025-04-16T10:16:06.856Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://safe-app-khaki.vercel.app
- Size: 2.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**This** is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
### Installation
Use correct node version
```bash
nvm use
```
Install dependencies
```bash
npm install
# or
yarn install
# or
pnpm install
```
### Run development app
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
### Run production app
Create production build
```bash
npm run build
# or
yarn build
# or
pnpm build
```
Start the app
```bash
npm run start
# or
yarn start
# or
pnpm start
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.