solidtime is a modern open-source time tracking application for freelancers and agencies.
This repository contains the documentation for solidtime. The documentation is built using Docusaurus.
First, clone the repository:
git clone git@github.com:solidtime-io/docs.gitThen, install the dependencies:
npm installnpm run startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Some features, like search and the API page, won't work in the local development environment. If you want to test this, you need to build the documentation and serve from the build directory.
npm run buildThis command generates static content into the build directory. You can test the build by running a local HTTP server:
npm run serveContributions to the documentation are welcome.
The documentation is licensed under the MIT License. See LICENSE for more information.