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

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

Awesome Lists containing this project

README

          

# Ada Con Norway 2023 in Oslo

[![GitHub Actions](https://github.com/coderbyheart/adacon23/actions/workflows/build-and-publish.yaml/badge.svg)](https://github.com/coderbyheart/adacon23/actions/workflows/build-and-publish.yaml)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/coderbyheart/adacon23)](https://mergify.io)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier/)
[![ESLint: TypeScript](https://img.shields.io/badge/ESLint-TypeScript-blue.svg)](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
```