vtimestamp is an early-stage project. Contributions are welcome: bug reports, feature ideas, feedback, etc.
git clone https://github.com/vdappdev2/vtimestamp.git
cd vtimestamp
cp .env.example .env
yarn install
yarn devSee the README for environment variable configuration.
Open an issue on GitHub Issues. Include:
- What you expected to happen
- What actually happened
- Steps to reproduce (if applicable)
- Browser and OS
- Fork the repository
- Create a feature branch (
git checkout -b feature/your-feature) - Make your changes
- Test locally with
yarn dev - Commit with a clear message describing what changed and why
- Push to your fork and open a pull request
Keep PRs focused — one change per PR is easier to review than a bundle of unrelated changes.
Use GitHub Discussions for questions, ideas, or general conversation about vtimestamp.
By contributing, you agree that your contributions will be licensed under the MIT License.