You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Installation
First, clone the repository:
git clone git@github.com:solidtime-io/docs.git
Then, install the dependencies:
npm install
Local Development
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.
Build
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
Contributing
Contributions to the documentation are welcome.
License
The documentation is licensed under the MIT License. See LICENSE for more information.