Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poullorca/chronodate-web
Chronodate bot website 🌐 . An open-source Bluesky bot that posts daily progress updates of the year and will soon allow you to recall tweets and more.
https://github.com/poullorca/chronodate-web
bluesky bluesky-bot nuxt web website
Last synced: 2 days ago
JSON representation
Chronodate bot website 🌐 . An open-source Bluesky bot that posts daily progress updates of the year and will soon allow you to recall tweets and more.
- Host: GitHub
- URL: https://github.com/poullorca/chronodate-web
- Owner: PoulLorca
- Created: 2024-11-18T14:15:20.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-18T14:50:45.000Z (2 months ago)
- Last Synced: 2024-11-18T15:50:02.973Z (2 months ago)
- Topics: bluesky, bluesky-bot, nuxt, web, website
- Language: Vue
- Homepage: https://chronodate-web.vercel.app
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChronoDate Website 🌐
Welcome to the official website of the ChronoDate bot! Built with Nuxt.js and a touch of creativity.Follow the bot on [Bluesky](https://bsky.app/profile/chronodate.bsky.social): @chronodate.bsky.social.
Feel free to follow me, the creator, on [Bluesky](https://bsky.app/profile/poullorca.bsky.social): @poullorca.bsky.social.
## What's this all about? 🤔
This is the companion website for ChronoDate, an open-source Bluesky bot that posts the daily progress of the year and will soon let you recall messages and more!## The website serves as a hub for:
* **Updates and Announcements**: Stay informed about new features and improvements.
* **Project Information**: Learn more about the bot and how it works.
* **Community Engagement**: Connect with other users and contributors.
## Why make this public? 💡
Sharing is caring! By open-sourcing the website, I'm inviting the community to contribute, suggest improvements, and help make ChronoDate even better.# Features ✨
* **Modern Design**: A sleek and responsive interface that looks great on all devices.
* **Dark Mode Support**: Automatically adapts to your system's theme preference.
* **Interactive Elements**: Engaging animations and buttons.
* **Open Source**: Explore the code, report issues, or submit pull requests.
## How to Use This Project 🛠️**Prerequisites**
* Node.js (v14 or newer recommended)
* npm or yarn installed
**Setup**
1. Clone the repository:
```
git clone https://github.com/PoulLorca/chronodate-web.git
cd chronodate-web
```
2. Install dependencies:
```
# Using npm
npm install# Using yarn
yarn install
```# Development Server
Start the development server on `http://localhost:3000`:```
# Using npm
npm run dev# Using yarn
yarn dev
```
# Building for Production
Build the application for production:```
# Using npm
npm run build# Using yarn
yarn build
```
Locally preview the production build:```
# Using npm
npm run preview# Using yarn
yarn preview
```# Deployment
The website is ready to be deployed on platforms like Vercel, Netlify, or any static hosting service. For more details, check out the [Nuxt.js deployment documentation](https://nuxt.com/docs/getting-started/deployment).# Contributing 🤝
Contributions are more than welcome!* **Report Bugs**: If you find a bug, please open an issue.
* **Suggest Features**: Have an idea? Let's hear it!
* **Submit Pull Requests**: Feel free to fix bugs or add new features.
# Future Plans 🚀
This is just the beginning. Upcoming features include:* **Enhanced Interactivity**: More animations and user engagement.
* **Localization**: Support for multiple languages.
* **Additional Pages**: FAQs, Contact, and more.
Stay tuned for updates!# License 📜
MIT License – Do whatever you want with this project, just be cool about it. 😎
---
Thanks for stopping by! ChronoDate and I appreciate your support. 🙌