在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:ProtoSchool/protoschool.github.io开源软件地址:https://github.com/ProtoSchool/protoschool.github.io开源编程语言:JavaScript 61.9%开源软件介绍:ProtoSchoolProtoSchool is an educational community that teaches decentralized web protocols and tools through online tutorials and local events. This repository is for the main ProtoSchool website, hosted at https://proto.school, where you can explore our self-guided interactive tutorials. For information on hosting local events, please visit our organizing repo. For the project roadmap, objectives, and archived meeting notes, please visit our roadmap repo. Building tutorialsWhether you have an idea for a new tutorial or are ready to start building one, you've come to the right place! First, please read our Designing Tutorials guide, which:
Once you've submitted your proposal for feedback (as described in the Designing Tutorials guide) and are ready to start building, please refer to our Developing Tutorials guide for detailed instructions on:
Running ProtoSchool locallyJust here to help someone proof a PR? Jump to our detailed instructions for running the site locally or follow the condensed steps below: Clone the repo, install dependencies, check out the appropriate branch, and run the site locally: $ git clone https://github.com/ProtoSchool/protoschool.github.io.git
$ cd protoschool.github.io
$ git checkout existing-branch-name-from-PR
$ npm install
$ npm start View the site on localhost at: http://localhost:3000 Testing without affecting site analytics in CountlyOnly actions taken at the https://proto.school domain affect our main ProtoSchool analytics in Countly. You can safely experiment with any of the following to send stats to our TEST ProtoSchool dashboard in Countly instead:
Testing suitesWe use Cypress and Jest for testing. Please check the documentation here for further details. Managing remote dataSome data, such as the events list, is pulled at build-time from remote sources using Node.js scripts. Please check the documentation here for further details. LicenseProtoSchool is licensed under the Apache-2.0 and MIT licenses. See LICENSE.md for further detail. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论