A website build with Remix and Keystone CMS.
Install dependencies
npm install
Copy env files and set environment variables
cp apps/web/.env.example apps/web/.env
cp apps/cms/.env.example apps/cms/.env
Start the dev server
npm run dev
- Controlled fields
- Internal clear button in TextInput
- Add “Clear filters" button in Publications page
- Improve URL search by showing only applied filters
- Internationalized routes
- Internationalized content
- Roles and permissions for CMS
- Social links in ButtonShare
