Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anataliocs/spheron-supernodez-prototype
https://github.com/anataliocs/spheron-supernodez-prototype
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/anataliocs/spheron-supernodez-prototype
- Owner: anataliocs
- Created: 2024-02-05T07:32:19.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-10T06:59:28.000Z (9 months ago)
- Last Synced: 2024-04-14T02:03:11.726Z (7 months ago)
- Language: TypeScript
- Size: 1.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spheron Supernodez Prototype
__Goal:__ Spheron Supernodez
## Tech Stack
- [Next.js](https://nextjs.org/docs)
- [Tailwind CSS](https://tailwindcss.com/)
- []()
- Zustand## Run Locally
Install dependencies
```bash
yarn
```### Run the Project
```bash
yarn dev
```
Go to http://localhost:3000### 2. Environment Variables
Create environment variables file
```bash
touch .env
```### Spheron Access Token
Use this `.env` config:
```
ACCESS_TOKEN=
```