https://github.com/coderbyheart/adacon23
Ada Lovelace Day Conference 2023 in Oslo, Norway
https://github.com/coderbyheart/adacon23
Last synced: about 1 year ago
JSON representation
Ada Lovelace Day Conference 2023 in Oslo, Norway
- Host: GitHub
- URL: https://github.com/coderbyheart/adacon23
- Owner: coderbyheart
- License: mit
- Created: 2023-02-10T23:35:28.000Z (over 3 years ago)
- Default Branch: saga
- Last Pushed: 2023-03-04T14:36:37.000Z (over 3 years ago)
- Last Synced: 2025-02-01T11:11:24.216Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.14 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ada Con Norway 2023 in Oslo
[](https://github.com/coderbyheart/adacon23/actions/workflows/build-and-publish.yaml)
[](https://github.com/semantic-release/semantic-release)
[](https://renovatebot.com)
[](https://mergify.io)
[](http://commitizen.github.io/cz-cli/)
[](https://github.com/prettier/prettier/)
[](https://github.com/typescript-eslint/typescript-eslint)
Website for the Ada Con built using [Vite](https://vitejs.dev/),
[Bootstrap 5.2](https://getbootstrap.com/docs/5.2/getting-started/introduction/),
[Lucide](https://lucide.dev/), [vite-plugin-ssr](https://vite-plugin-ssr.com/),
[GitHub Pages](https://docs.github.com/en/pages), and more.
## Setup
Install the dependencies:
```bash
npm ci
```
## Run
```bash
npm start
```