Naz
44c8969192
Switched URL calls to use Content API SDK
...
refs https://github.com/TryGhost/Team/issues/1665
- The Content API SDK is the recommended way to interact with the API
2022-07-07 09:41:39 +02:00
Rishabh
d3e74b8c01
Added css minification
...
refs https://github.com/TryGhost/Team/issues/1665
- adds css minification to main.css via tailwind/postcss
2022-07-06 15:23:40 +02:00
Rishabh
9fe12641cf
v0.1.1
2022-07-06 11:10:03 +02:00
Rishabh
e6c7d66553
Updated package json for publishing upstream
...
- cleans up package json for publish to npm
2022-07-06 10:17:05 +02:00
Rishabh
3be7c57bd6
Added tailwind CSS setup
...
refs https://github.com/TryGhost/Team/issues/1665
- adds tailwind css to dev and build modes
- updates dev mode to watch changes for tailwind
- updates build mode to write tailwind css file in public folder
2022-07-05 11:48:03 +02:00
Naz
f6838e2113
Added search index functionality
...
refs https://github.com/TryGhost/Team/issues/1665
refs 402e54987e/packages/ease/assets/js/main.js (L16-L127)
- This is a React adaptation of the referenced sodo-search functionality
- The module exposes two methods: init and search. Init requires an API URL parameter and an API key; search requires a text value and returns matching search results
2022-07-05 11:38:51 +02:00
Rishabh
506cf49beb
Updated yarn test default script
2022-07-04 15:55:24 +02:00
Rishabh
e2294ace22
Added custom build for minified script
...
refs TryGhost/Team#1665
- overrides webpack config to generate single script for publishing
- adds custom scripts for dev and production mode
2022-07-04 15:41:14 +02:00
Rishabh
67f27f1027
✨ Initial commit
2022-07-04 15:36:49 +02:00
Rishabh
737ae2f101
Initialize project using Create React App
2022-07-04 15:27:40 +02:00