{"id":19122086,"url":"https://github.com/koval01/notcoinweb","last_synced_at":"2025-04-09T16:17:41.266Z","repository":{"id":222806910,"uuid":"753560505","full_name":"koval01/notcoinWeb","owner":"koval01","description":"Open source implementation of the Notcoin site using the svelte, vite and tailwind","archived":false,"fork":false,"pushed_at":"2025-04-07T17:07:50.000Z","size":3597,"stargazers_count":39,"open_issues_count":5,"forks_count":46,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T16:17:35.456Z","etag":null,"topics":["app","application","cryptocurrency","javascript","landing","notcoin","pwa","pwa-apps","rollup","site","svelte","tailwind","telegram","typescript","vite","web","webapp"],"latest_commit_sha":null,"homepage":"","language":"Svelte","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koval01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"koval"}},"created_at":"2024-02-06T11:14:03.000Z","updated_at":"2025-03-04T19:52:24.000Z","dependencies_parsed_at":"2024-07-24T13:59:54.412Z","dependency_job_id":"d30fa4f3-9e8e-4ec3-a131-545ac793460c","html_url":"https://github.com/koval01/notcoinWeb","commit_stats":null,"previous_names":["koval01/notcoinweb"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koval01%2FnotcoinWeb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koval01%2FnotcoinWeb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koval01%2FnotcoinWeb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koval01%2FnotcoinWeb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koval01","download_url":"https://codeload.github.com/koval01/notcoinWeb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065283,"owners_count":21041872,"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":["app","application","cryptocurrency","javascript","landing","notcoin","pwa","pwa-apps","rollup","site","svelte","tailwind","telegram","typescript","vite","web","webapp"],"created_at":"2024-11-09T05:19:51.235Z","updated_at":"2025-04-09T16:17:41.242Z","avatar_url":"https://github.com/koval01.png","language":"Svelte","funding_links":["https://ko-fi.com/koval"],"categories":[],"sub_categories":[],"readme":"# notco.in\n\nWelcome to the notco.in repository! This repository contains a Svelte web application for viewing statistics related to the game Notcoin. Please note that this application is built using regular Svelte, not SvelteKit.\nAlso note that this is an unofficial version of the site. And only its open source implementation.\n\n## Overview\n\nThe purpose of this application is to provide users with a platform to view statistics related to the game Notcoin. Whether you're interested in tracking player scores, analyzing game data, or simply exploring insights, notco.in has got you covered.\n\n## Deployment\n\n### Cloudflare Pages\n\nTo deploy the application on Cloudflare Pages, follow these steps:\n\n1. Fork this repository.\n2. Log in to your Cloudflare account or sign up for a new account if you don't have one.\n3. Navigate to the Cloudflare Pages dashboard.\n4. Click on \"Create a project\" and select your GitHub repository.\n5. Configure the build settings as needed.\n6. Deploy the application.\n\n### Own Server (Using Nginx)\n\nTo deploy the application on your own server using Nginx, follow these steps:\n\n1. Clone this repository onto your server.\n2. Install Node.js if not already installed.\n3. Navigate to the project directory and install dependencies using `npm i`.\n4. Build the project using `npm run build`.\n5. Configure Nginx to serve the built files. Below is a sample Nginx configuration:\n\n   ```nginx\n   server {\n       listen 80;\n       server_name your_domain.com;\n\n       location / {\n           root /var/www/notco.in/dist;\n           index index.html;\n           try_files $uri $uri/ /index.html;\n       }\n   }\n   ```\n\n6. Restart Nginx.\n\n### Local Development\n\nTo set up the application for local development, follow these steps:\n\n1. Clone this repository onto your local machine.\n2. Install Node.js if not already installed.\n3. Navigate to the project directory and install dependencies using `npm i`.\n4. Start the development server using `npm run dev`.\n5. Open your browser and navigate to `http://localhost:8080` to view the application.\n\n## Contributing\n\nContributions are welcome! If you'd like to contribute to this project, please see our [contributing guidelines](CONTRIBUTING.md) for more information.\n\n## License\n\nThis project is licensed under the [GNU License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoval01%2Fnotcoinweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoval01%2Fnotcoinweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoval01%2Fnotcoinweb/lists"}