KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
trendcaster
★ 12
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
youtube-react-framer-motion
:
Text Animation With Framer Motion
near-stakewars-monitoring
:
No description available.
opentelemetry-gcloud-trace-rs
:
OpenTelemetry support for Google Cloud Trace for Rust
Weather-Prediction-NN
:
Weather conditions forecast with LSTM-CNN model
JSON-UI-Dump
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
trendcaster
?
Download (.md)
# Currently not in Development ## Development To install dependency, run: ```bash yarn ``` To start the project locally, run: ```bash yarn dev ``` Open `http://localhost:3000` with your browser to see the result. ### Alchemy Wallet connection You can use [.env.example](./.env.example) file to put enviornment variables. You will need to fill `NEXT_PUBLIC_ALCHEMY_URL` for running the app. ### Sample data To seed the data locally, create `.env.local` in your in your root folder and add the following variable ``` NEXT_DEPLOYMENT_ENVIRONMENT = "local" ``` This will load the data from [testdata](./testdata/) folder. Feel free to change the data and test it. This data is similar to what the APIs would return. ## License This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for more information.