{"id":20153594,"url":"https://github.com/rajatsandeepsen/bold","last_synced_at":"2026-04-12T05:32:07.988Z","repository":{"id":65695371,"uuid":"591389745","full_name":"rajatsandeepsen/BOLD","owner":"rajatsandeepsen","description":"Notion Inspired To-Do list \u0026 clipboard tool ","archived":false,"fork":false,"pushed_at":"2023-02-23T14:19:04.000Z","size":1130,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-23T05:07:38.229Z","etag":null,"topics":["firebase","notion","vercel","webpack"],"latest_commit_sha":null,"homepage":"https://bold-notion.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rajatsandeepsen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-20T16:31:31.000Z","updated_at":"2023-02-09T06:39:11.000Z","dependencies_parsed_at":"2025-01-13T12:22:07.885Z","dependency_job_id":"c868833a-34f2-4013-afc8-444ab93784ed","html_url":"https://github.com/rajatsandeepsen/BOLD","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rajatsandeepsen/BOLD","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajatsandeepsen%2FBOLD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajatsandeepsen%2FBOLD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajatsandeepsen%2FBOLD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajatsandeepsen%2FBOLD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajatsandeepsen","download_url":"https://codeload.github.com/rajatsandeepsen/BOLD/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajatsandeepsen%2FBOLD/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261417589,"owners_count":23155074,"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":["firebase","notion","vercel","webpack"],"created_at":"2024-11-13T23:19:50.726Z","updated_at":"2025-12-30T22:26:57.807Z","avatar_url":"https://github.com/rajatsandeepsen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notion-Clone (BOLD)\n\nIt just a Notion Alternative i made.\n\n1. `npm install webpack --save-dev`\n\n2. `npm install webpack-cli --save-dev`\n\n3. add build script webpack in package.json file\n\n4. `\"build\": \"webpack\"` And save\n\n5. create `webpack.config.js`\n\n6. add this to webpack.config.js\n\n```const path = require('path');\n\nmodule.exports = {\n  entry: './index.js',\n  output: {\n    path: path.resolve(__dirname, 'dist'),\n    filename: 'bundle.js',\n  },\n};\n```\n\n7. `npm run build`\n\n8. dynamic import (code splittings)\n\n```\nconst path = require('path');\n\nmodule.exports = {\n\n  mode: 'development',\n  entry: {\n    index: './view/index.js',\n    doc: './view/doc.js',\n    // add a file each time necessory\n    firestore: 'firebase/firestore',\n    auth: 'firebase/auth'\n  },\n   output: {\n    filename: '[name].bundle.js',\n     path: path.resolve(__dirname, 'dist'),\n     publicPath: '',\n   },\n\n};\n```\n\n9. `npm run start` for devepolment temp build\n\n\n10. webpack5-automatic-publicpath-is-not-supported-in-this-browser (solved)\n\n```\noutput: {\n  publicPath: '',\n}\n```\n\n11. webpack production ready\n\n`webpack --mode production`\n\n```\n\"scripts\": {\n\t\t\"test\": \"echo \\\"Error: no test specified\\\" \u0026\u0026 exit 1\",\n\t\t\"build\": \"webpack\",\n\t\t\"start\": \"webpack serve\",\n\t\t\"production\" : \"webpack --mode production\"\n\t},\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajatsandeepsen%2Fbold","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajatsandeepsen%2Fbold","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajatsandeepsen%2Fbold/lists"}