An open API service indexing awesome lists of open source software.

https://github.com/idea2app/oaf-event

开放原子基金会大会官网(样版)
https://github.com/idea2app/oaf-event

Last synced: over 1 year ago
JSON representation

开放原子基金会大会官网(样版)

Awesome Lists containing this project

README

          

![](src/image/WebCell-0.png)

# OpenAtom Foundation event

[开放原子基金会][1]大会官网

https://idea2app.github.io/OAF-event/

[![CI & CD](https://github.com/idea2app/OAF-event/actions/workflows/main.yml/badge.svg)][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/