⚠️ Further development of the Fontsource Search Directory will now take place within the 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.
- Babel - Used to compile Javascript in a way that increases backwards compatibility.
- ESLint - Used to enforce a certain coding style and correct syntax.
- Material-UI - Used to create a smooth user interface based off Google’s Material Design.
- Prettier - Used to format code in an efficient manner.
- React - Used to build and create reusable UI components.
- Webpack - Used to bundle modules into a browser ready format.
This project is licensed under the MIT License - see the LICENSE file for details.