Web frontend that converts HTML into a read template.
This project was a request from João Freitas (@freitzzz) to facilitate the posts that he does on his blog. Check https://joaomagfreitas.link/reads/ to see the application of this tool's result.
This repository is configured with client-side Git hooks that automatically format + lint the codebase before each push. You can install it by running the following command:
./hooks/INSTALLOnce you've created a project, install the dependencies with npm install.
To properly run this, you will need to a setup a .env file. Start by creating a copy of the .env.example file and fill the variables with values appropriate for the execution context.
Start a development server:
npm run devAlso, to update the localization files, you will need to run the following command before editing each locale files:
npm run typesafe-i18nTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
To deploy, you will need to install a fork of gh-pages. Do it via: npm i @freitzzz/gh-pagez -g
To deploy your app:
npm run deployThis template was prepared by:
- João Freitas, @freitzzz
- Rute Santos, @rutesantos4
Contact us for freelancing work!