Skip to content

Latest commit

 

History

History

rebuilding-explorers-world

Data on Kubernetes Explorer's World

Welcome to the Explorer's world, Here we are trying to rebuild the previously built Explorer's World. Here we will be implementing the front-end where we will implement the following features

  • Building an application with full scale hydration
  • Making an application with appropriate authentication pages
  • Add server-side rendered pages appropriately.

Project Description

We are working on replicating the existing Explorer's World. Previously, the repository was using next.js. We are migrating to Astro to allow more flexibility.

Reasons why we are using Astro

  • We become framework agnostic
  • It is faster than any other framework
  • YOU CAN CODE HTML AS A COMPONENT/PAGE and it still works
  • Incredibly easy to work with.

As the project progresses, we will be transferring major components to Astro.

🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
├── public/
├── src/
│   └── pages/
│       └── index.astro
└── package.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

Any static assets, like images, can be placed in the public/ directory.

👀 Want to learn more about ASTRO?

Feel free to check our documentation or jump into Astro's Discord server.

Contact

Check out the DoK Slack channel for updates and discussion. Checkout out the Dok YouTube channel for more information, talks, discussions, and raps!!!

Contributors

Abhijith
Abhijith Ganesh
3t8/
3t8
Nikhil
Nikhil Nair
Ashutosh
Ashutosh
Tim
Tim Rybicki
Vaibhav
Vaibhav Tekkalur