https://github.com/idea2app/oaf-event
开放原子基金会大会官网(样版)
https://github.com/idea2app/oaf-event
Last synced: over 1 year ago
JSON representation
开放原子基金会大会官网(样版)
- Host: GitHub
- URL: https://github.com/idea2app/oaf-event
- Owner: idea2app
- Created: 2020-12-17T15:34:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T22:15:17.000Z (over 1 year ago)
- Last Synced: 2025-01-22T06:28:56.513Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://idea2app.github.io/OAF-event/
- Size: 1.13 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README

# OpenAtom Foundation event
[开放原子基金会][1]大会官网
https://idea2app.github.io/OAF-event/
[][2]
## Technology stack
- Language: [TypeScript v5][3]
- Component engine: [WebCell v3][4]
- Component suite: [BootStrap v5][5]
- PWA framework: [Workbox v7][6]
- Package bundler: [Parcel v2][7]
- CI / CD: GitHub [Actions][8] + [Pages][9]
## Development
```shell
npm i pnpm -g
pnpm i
npm start
```
## Deployment
```shell
pnpm build
```
[1]: https://www.openatom.org/
[2]: https://github.com/idea2app/OAF-event/actions/workflows/main.yml
[3]: https://typescriptlang.org
[4]: https://web-cell.dev/
[5]: https://getbootstrap.com
[6]: https://developers.google.com/web/tools/workbox
[7]: https://parceljs.org
[8]: https://github.com/features/actions
[9]: https://pages.github.com/