https://github.com/lcav/lcav25
website for the Signal Processing and Friends event (aka LCAV@25)
https://github.com/lcav/lcav25
Last synced: 2 months ago
JSON representation
website for the Signal Processing and Friends event (aka LCAV@25)
- Host: GitHub
- URL: https://github.com/lcav/lcav25
- Owner: LCAV
- Created: 2023-05-28T11:07:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T11:39:43.000Z (almost 3 years ago)
- Last Synced: 2025-03-06T20:16:42.368Z (about 1 year ago)
- Language: HTML
- Size: 32.8 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lcav25
website for the Signal Processing and Friends event (aka LCAV@25)
## Prerequisites
Before you can run the website, ensure that you have the following software installed on your machine:
- Node.js: You can download and install Node.js from the official website: https://nodejs.org
- npm (Node Package Manager): npm is included with Node.js, so once you have Node.js installed, npm will be available as well.
## Building:
```
npm run build
```
This will run build.js. This script essentially takes the data from talks_data.json, and fill up the templates with the data.
The directory to serve will be dist/
## Serve
```
npm run serve
```
This command will launch a development server that hosts the website on a local URL, usually http://localhost:8080 or http://127.0.0.1:8080. Open your web browser and visit this URL to view the website.