Typography configuration using TailwindCSS with aim of making typography simple, attractive and consistent while also promoting easy customization and reuse accross different projects.
In the root directory, you can run:
In the root directory use npm ci
to install dependencies.
Use npm run dev
to run the application in the development mode. Open http://localhost:3000 to view it in the browser.
Use npm run build
to build the app for production. Then use npm start
to start the application in production mode.