Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sh-sabbir/rivers-of-bangladesh
An opensource river database of Bangladesh
https://github.com/sh-sabbir/rivers-of-bangladesh
hacktoberfest
Last synced: about 1 month ago
JSON representation
An opensource river database of Bangladesh
- Host: GitHub
- URL: https://github.com/sh-sabbir/rivers-of-bangladesh
- Owner: sh-sabbir
- Created: 2023-09-30T22:30:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-14T14:47:21.000Z (5 months ago)
- Last Synced: 2024-08-14T16:17:52.477Z (5 months ago)
- Topics: hacktoberfest
- Language: HTML
- Homepage: https://rivers-of-bangladesh.vercel.app
- Size: 600 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Content v2 Minimal Starter
Look at the [Content documentation](https://content-v2.nuxtjs.org/) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install
```## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment) for more information.