Skip to content

gunnars04/bckup-reclaim-the-stack.com

 
 

Repository files navigation

reclaim-the-stack.com

This is the source code for the documentation site at https://reclaim-the-stack.com

Getting started

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.

Deployment

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.

Global search

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=

License

This site is using Tailwind UI, licensed under the Tailwind UI license.

About

Site code for reclaim-the-stack.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 51.2%
  • JavaScript 47.7%
  • Other 1.1%