{"id":14962997,"url":"https://github.com/ace-vsit/website","last_synced_at":"2025-10-25T00:32:00.093Z","repository":{"id":36997878,"uuid":"465801033","full_name":"ACE-VSIT/website","owner":"ACE-VSIT","description":"ACE Website 2022 - (Monorepo and Mico-Frontend ) Admin Panel: https://admin.vipsace.org/","archived":false,"fork":false,"pushed_at":"2024-10-25T19:04:08.000Z","size":3542,"stargazers_count":12,"open_issues_count":1,"forks_count":6,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-10-30T00:36:02.745Z","etag":null,"topics":["axios","context-api","custom-hooks","firebase","firestore-database","gatsby","gcp","graphql","javascript","lottie-animation","monorepo","nx","prismic","react-spring","react-table","serverless-functions","styled-components","typescript","zustand"],"latest_commit_sha":null,"homepage":"https://vipsace.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ACE-VSIT.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-03T16:36:19.000Z","updated_at":"2024-10-25T19:04:12.000Z","dependencies_parsed_at":"2023-10-03T12:45:04.966Z","dependency_job_id":"cce232e1-9f4d-4476-b0d1-05019f890aef","html_url":"https://github.com/ACE-VSIT/website","commit_stats":{"total_commits":287,"total_committers":8,"mean_commits":35.875,"dds":0.2195121951219512,"last_synced_commit":"799d1a986f8a64330f29eae076ab3b4646bbe8b9"},"previous_names":["ace-vsit/ace-website"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACE-VSIT%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACE-VSIT%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACE-VSIT%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACE-VSIT%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ACE-VSIT","download_url":"https://codeload.github.com/ACE-VSIT/website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238053514,"owners_count":19408699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axios","context-api","custom-hooks","firebase","firestore-database","gatsby","gcp","graphql","javascript","lottie-animation","monorepo","nx","prismic","react-spring","react-table","serverless-functions","styled-components","typescript","zustand"],"created_at":"2024-09-24T13:30:53.379Z","updated_at":"2025-10-25T00:31:59.601Z","avatar_url":"https://github.com/ACE-VSIT.png","language":"JavaScript","readme":"\u003c!-- AUTO-GENERATED-CONTENT:START (STARTER) --\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://ace-vips.netlify.app/\"\u003e\n    \u003cimg alt=\"ace-vips\" src=\"https://user-images.githubusercontent.com/63806451/156638026-2eb07832-53c0-4408-9954-d6dca3f0e928.jpg\" width=\"60\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  ACE Website Development Guide\n\u003c/h1\u003e\n\n\u003cp\u003eHello reader, our team has initiated this project in order to update the ACE's website and along with that this can be a great opportunity for all of the team members to learn and explore various technologies which are used on the Web. \u003cbr /\u003e\nThis guide includes everything you need to get started with the Project. \u003cbr /\u003e\nWish you luck! \u003c/p\u003e\n\n_If you find anything which can be improved in the README.md then ping [me](https://github.com/nparashar150/) and give a pull request._\n\n## 🚀 Quick start\n\n1.  **Download required softwares.**\n\n    1. Download Github from [here](https://git-scm.com/downloads)\n    2. Download Node.js from [here](https://nodejs.org/en/download/)\n    3. Download your favourite Code Editor (VS Code Preferred)\n\n1.  **Setup Environment locally.**\n\n    1. Clone Repo \u0026 Install dependencies\n\n       _Linux / Mac Users_\n\n       1. Run the following commands in your terminal\n\n       ```shell\n       cd ~/Desktop\n       git clone https://github.com/ACE-VSIT/website\n       cd ./website\n       yarn\n       cd packages/website \u0026\u0026 touch .env.development\n       cd packages/admintable \u0026\u0026 touch .env\n       ```\n\n       _Windows Users_\n\n       1. Open CMD / Power Shell / Git Bash in your folder\n       2. Run the following commands\n\n       ```shell\n       git clone https://github.com/ACE-VSIT/website\n       cd ./website\n       yarn\n       create .env.development inside packages/website\n       create .env inside packages/admintable\n       ```\n\n    2. Open the Project in your preferred code editor\n    3. Opne the .env.development file of each package and add the required env-vars\n    4. Start the Local Dev server\n\n       Note\\* the server takes some time to start.\n\n       ```shell\n        yarn start\n       ```\n\n    5. Website should be up and running on your `http://localhost:8000/`\n    6. Admintable should be up and runnning on your `http://localhost:3000/`\n\n## [:man_technologist: Directory Structure](https://github.com/ACE-VSIT/ACE-Website/blob/main/DIRECTORY.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Face-vsit%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Face-vsit%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Face-vsit%2Fwebsite/lists"}