Welcome to the official repository for 'Parallelized' - a code optimization and development competition (for ShriTeq), created by Varun Sahni. The site for Parallelized is built using the Astro framework + TailwindCSS (nothing else has really been used excluding this except for some remark plugins).
The Parallelized site serves as the place for all competition-related information, guidelines and resources. It is designed to be simple yet effective in what it needs to do (but still look somewhat good!).
- Responsive Design: The site is mostly responsive 😭
- Flex: Makes use of flexbox (mostly.. margins have been used sometimes)
- Markdown Support: All content pages are markdown-based.
To get started with the Parallelized repository, follow these steps:
-
Clone the Repository:
-
Navigate to the Project Directory:
-
Install Dependencies:
npm install
-
Run the Development Server:
npm run dev
-
Visit the Site - default url:
localhost:4321
- Astro: The framework used for building this repository.
- Tailwind CSS: A utility-first CSS framework used for styling.
- Remark: A remark plugins, remark-toc, is used on site pages to auto-generate TOCs
- Firebase: Firebase Analytics is used
- MDX: MDX expands on markdown in many helpful ways