https://github.com/buildwithcode888/nova_frontend
https://github.com/buildwithcode888/nova_frontend
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/buildwithcode888/nova_frontend
- Owner: buildwithcode888
- Created: 2025-01-23T04:35:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-23T04:44:49.000Z (over 1 year ago)
- Last Synced: 2025-05-11T12:53:59.595Z (about 1 year ago)
- Language: TypeScript
- Size: 10.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nova
Nova Frontend:
- Next.js
- TailwindCSS
- Typescript
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
## Architecture
```
|-- src
| |-- abis
| | |-- // smart contract abis
| |-- api-services
| | |-- interfaces
| |-- // backend api call services
| |-- assets
| | |-- css
| | |-- fonts
| | |-- images
| |-- context
| | |-- connector.tsx
| | |-- global.tsx
| | |-- overlay.tsx
| | |-- index.ts
| |-- design-systems
| | |-- Atoms // the minor pure components
| | |-- Molecules // the reusable medium sized components
| | |-- Organisms // the reusable large sized components
| | |-- Templates // the reusable page templates
| | |-- index.ts
| |-- pages
| |-- services
| | |-- interfaces
| | |-- // smart contract call services
| |-- utils
| |-- appConfig.ts
| |-- interfaces.d.ts
|-- next.config.js
|-- tsconfig.json
|-- tailwind.config.js
|-- yarn.lock
```
## Environment Variables
```
# Infura
NEXT_PUBLIC_INFURA_ID=
```# novafrontend