Qwiktober 2022 Save Abandoned

Simple website collection built with Qwik City for Hacktoberfest 2022

Project README

Qwiktober 2022 ⚡️

Netlify Status

CodeQL

🎯 The repository contains projects based on web development i.e easy to advance level projects so as to get started with web development and make your journey smooth in the field of web development.

🎯 This repository is open to all the members of the GitHub community. Feel free to contribute to this repository.

🎯 Do not forget to ⭐ the repository.


🏷️ Get Started

  1. First, fork the repository.

  2. Clone the forked repository to your local machine.

git clone https://github.com/{YOUR-USERNAME}/qwiktober-2022.git
  1. Add upstream URL

  2. Create a new branch

git checkout -b branch_name
  1. Make your contribution to public/websites to add your own website to show-off

  2. Commit and push the changes

git add .
git commit -m 'Relevant message'
git push origin branch_name
  1. Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)

  2. Wait for your PR review and approval from the maintainers.


🧑‍💻 Customize Contributor Card

The src/data/contributors.ts file is responsible for custom contributor data. Please don't edit others data if you don't want to get blocked by the maintainer!


🫗 Project Structure

Inside of you project, you'll see the following directories and files:

├── public/
│   └── ...
└── src/
    ├── components/
    │   └── ...
    └── routes/
        └── ...
  • src/routes: Provides the directory based routing, which can include a hierarchy of layout.tsx layout files, and index.tsx files as the page. Additionally, index.ts files are endpoints. Please see the routing docs for more info.

  • src/components: Recommended directory for components.

  • public: Any static assets, like images, can be placed in the public directory. Please see the Vite public directory for more info.


⚒️ Development

Development mode uses Vite's development server. For Qwik during development, the dev command will also server-side render (SSR) the output. The client-side development modules loaded by the browser.

npm run dev

Note: during dev mode, Vite will request many JS files, which does not represent a Qwik production build.

🔨 Local Development

The Netlify CLI can be used to preview a production build locally. To do so: First build your site, then to start a local server, run:

  1. install Netlify CLI globally npm i -g netlify-cli
  2. Build your site both ssr and client npm run build.
  3. Start a local server with npm run serve. In this project, npm run serve uses the netlify dev command to spin up a server that can handle Netlify's Edge Functions locally.
  4. Visit http://localhost:8888/ to check out your site.
Open Source Agenda is not affiliated with "Qwiktober 2022" Project. README Source: ImBIOS/qwiktober-2022
Stars
32
Open Issues
15
Last Commit
8 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating