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

https://github.com/thinkian/app-conference

Conference web app for workshop
https://github.com/thinkian/app-conference

Last synced: 12 months ago
JSON representation

Conference web app for workshop

Awesome Lists containing this project

README

          

# App Conference

## Getting started

To get started with this project, clone the repo to your local computer.

Inside the project directory, run the following command to install all the package dependencies:

```
npm install
```

Create a local `.env` file with the following properties:

```
AIRTABLE_API_KEY=YOUR_API_KEY_GOES_HERE
AIRTABLE_BASE_ID=YOUR_BASE_ID_GOES_HERE
```

Then run the following to start the development server:

```
npm start
```

Open [http://localhost:3000](http://localhost:3000) in your browser.

## Available Scripts

In the project directory, you can run:

### `npm run analyze`

Builds the app in production mode and runs a bundle analysis.

### `npm run build`

Builds the app for production to the `dist` folder.

### `npm run lint`

Runs ESlint and displays lint errors in the console.

### `npm run serve`

Serves the production `dist` directory on a local server.

### `npm start`

Runs the app in the development mode.