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 [email protected]:solidtime-io/docs.git
Then, install the dependencies:
npm install
npm run start
This 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 build
This command generates static content into the build directory. You can test the build by running a local HTTP server:
npm run serve
Contributions to the documentation are welcome.
The documentation is licensed under the MIT License. See LICENSE for more information.