Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ratanshreshtha/habito
https://github.com/ratanshreshtha/habito
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ratanshreshtha/habito
- Owner: RatanShreshtha
- Created: 2023-08-30T06:05:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T06:02:49.000Z (9 months ago)
- Last Synced: 2024-10-15T00:50:42.567Z (2 months ago)
- Language: Vue
- Homepage: https://habito-chi.vercel.app
- Size: 417 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Habito
> A simple portal to track your habits and todos.
## Setup
Make sure to install the dependencies:
```bash
# npm
npm install# pnpm
pnpm install# yarn
yarn install
```## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev# pnpm
pnpm run dev# yarn
yarn dev
```## Production
Build the application for production:
```bash
# npm
npm run build# pnpm
pnpm run build# yarn
yarn build
```Locally preview production build:
```bash
# npm
npm run preview# pnpm
pnpm run preview# yarn
yarn preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.