{"id":24129448,"url":"https://github.com/synbiodex/sboljs-tutorial","last_synced_at":"2025-03-01T05:18:09.925Z","repository":{"id":98552734,"uuid":"117994546","full_name":"SynBioDex/sboljs-tutorial","owner":"SynBioDex","description":null,"archived":false,"fork":false,"pushed_at":"2018-02-06T21:36:04.000Z","size":22834,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-11T19:38:35.032Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/SynBioDex.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":"2018-01-18T14:37:55.000Z","updated_at":"2021-05-12T18:20:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"36b7f8a2-a351-482b-823e-8265b2f31b3b","html_url":"https://github.com/SynBioDex/sboljs-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynBioDex%2Fsboljs-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynBioDex%2Fsboljs-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynBioDex%2Fsboljs-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynBioDex%2Fsboljs-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SynBioDex","download_url":"https://codeload.github.com/SynBioDex/sboljs-tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241317850,"owners_count":19943231,"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":[],"created_at":"2025-01-11T19:32:27.484Z","updated_at":"2025-03-01T05:18:09.920Z","avatar_url":"https://github.com/SynBioDex.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## How to install\n\nFirst, clone the repository and move into the directory:\n\n```\ngit clone git@github.com:chrisAta/sboljs-tutorial.git\ncd sboljs-tutorial\n```\n\nThen, install the dependencies:\n\n```\nnpm install\nnpm install -g browserify\n```\n\nAfter that, create the required bundle.js file using browserify:\n```\nbrowserify main.js -o bundle.js\n```\n\nFinally, you then have to put the tutorial on something like nginx. To do this, install nginx:\n\n`sudo apt install nginx`\n\nYou then need to add a server to the nginx sites-enabled. For example, create a new .conf file in '/etc/nginx/sites-enabled/' called tutorial.conf and write:\n\n```\nserver {\n\n        listen 81;\n        root /path/to/sboljs-tutorial;\n}\n```\n\nAnd then restart nginx:\n\n```\nsystemctl restart nginx\n```\n\nWith the above .conf file, you should then be able to access and use the tutorial at localhost:81/sboljstutorial.html.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynbiodex%2Fsboljs-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynbiodex%2Fsboljs-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynbiodex%2Fsboljs-tutorial/lists"}