[README][s]: small tweaks to README (and a formatting fix in examples/catalog/README).
This commit is contained in:
parent
58b0132055
commit
fbb8193869
@ -1,8 +1,8 @@
|
||||
<h1 align="center">
|
||||
|
||||
🌀 Portal.JS<br/>
|
||||
build a gateway to your data
|
||||
A gateway to your data
|
||||
|
||||
</h1>
|
||||
|
||||
🌀 `Portal` is a framework for rapidly presenting data from a single dataset to rich catalogs. `portal` is built in Javascript and React on top of the popular [Next.js][] framework.
|
||||
🌀 `Portal` is the data presentation framework. `Portal` can be used to showcase a single dataset or build full-scale data catalogs/portals. `Portal` is built in Javascript and React on top of the popular Next.js framework.
|
||||
|
||||
@ -21,7 +21,7 @@ Live DEMO: https://portal.datopian1.now.sh
|
||||
- 👩💻 Developer friendly: built with familiar frontend tech Javascript, React etc
|
||||
- 🔋 Batteries included: Full set of portal components out of the box e.g. catalog search, dataset showcase, blog etc.
|
||||
- 🎨 Easy to theme and customize: installable themes, use standard CSS and React+CSS tooling. Add new routes quickly.
|
||||
- 🧱E Extensible: quickly extend and develop/import your own React components
|
||||
- 🧱 Extensible: quickly extend and develop/import your own React components
|
||||
- 📝 Well documented: full set of documentation plus the documentation of NextJS and Apollo.
|
||||
|
||||
### For developers
|
||||
@ -106,7 +106,7 @@ For development/debugging purposes, we suggest installing the Chrome extension -
|
||||
|
||||
Portal.js is configured by default to support both `English` and `French` subpath for language translation. But for subsequent users, this following steps can be used to configure i18n for other languages;
|
||||
|
||||
1. Update ` next.config.js`, to add more languages to the i18n locales
|
||||
1. Update `next.config.js`, to add more languages to the i18n locales
|
||||
|
||||
```js
|
||||
i18n: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user