This is the source code for the documentation site at https://reclaim-the-stack.com
To get started with this template, first install the npm dependencies:
npm install
cp .env.example .env.local
Next, run the development server:
npm run dev
Finally, open http://localhost:3000 in your browser to view the website.
This site is automatically built and deployed to Cloudflare Pages on git push. See https://dash.cloudflare.com/d4ef7d89d9e8c9782dde5852b7aadd31/pages/view/reclaim-the-stack for the administration dashboard.
This site uses Algolia DocSearch for the global search. The following environment variables are used to integrate with Algolia:
NEXT_PUBLIC_DOCSEARCH_APP_ID=
NEXT_PUBLIC_DOCSEARCH_API_KEY=
NEXT_PUBLIC_DOCSEARCH_INDEX_NAME=
This site is using Tailwind UI, licensed under the Tailwind UI license.