search directory
1.0.0
website folder of the Fontsource monorepo
A search directory website for the Fontsource monorepo.
Directory link can be found here.
Node.js and NPM must be installed before starting.
Install the necessary packages by running npm ci in the project root directory.
To build, run npm run build in the projects root directory. An index.html file will be generated in the ./build directory. You can open that to view the product.
To start development, run npm start in the project root directory. This will create a local server in which you can view the project from a browser. Any changes from the source files in the ./src directory, will automatically reload the page.
This project is licensed under the MIT License - see the LICENSE file for details.