An unfinished landing site for Cookie (Arisu).
| api | ||
| app | ||
| components | ||
| package.json | ||
| README.md | ||
| remix.config.js | ||
| remix.env.d.ts | ||
| server.js | ||
| tsconfig.json | ||
| vercel.json | ||
❒ Preview
Tech stack
- Framework: Remix
- Deployment: Netlify
- Content: MDX
- CMS: Contentful
- Styling: Chakra UI
Running locally
git clone https://github.com/lofustudio/cookiebot.tech
cd cookiebot.tech
yarn && yarn dev
Create a .env file, an example is shown below. Please use your own values:
// Contentful
CONTENTFUL_ACCESS_TOKEN=YOUR_CONTENTFUL_TOKEN
CONTENTFUL_SPACE_ID=YOUR_CONTENTFUL_SPACEID
