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
- Host: GitHub
- URL: https://github.com/thinkian/app-conference
- Owner: thinkian
- Created: 2021-11-01T14:54:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T14:50:25.000Z (over 4 years ago)
- Last Synced: 2024-10-12T10:28:25.044Z (almost 2 years ago)
- Language: JavaScript
- Size: 3.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.