Prerequisites
- Windows, Mac, or Linux capable of connecting to conference WIFI
- Corporate VPN will likely work as long as the NPM registry is accessible
- You may need Admin access to install the tools listed below, but once installed, regular user permissions are sufficient
- Node 18+. The current Long-Term Support (LTS) version is 20 and will work just fine
- A text editor or IDE
- Recommended: Visual Studio Code (free)
- Recommended: WebStorm (paid)
- Vue support is available out of the box
- Git - the CLI or any graphical interface you prefer
- Basic familiarity with using and navigating the command line
- Basic familiarity with javascript, HTML, CSS
- A web browser with Web Developer Tools
- Chrome, Firefox, Edge, Safari all have built in tools and will work great
Predownloading Libraries
You can minimize risk of issues with conference WIFI by downloading the training repository and installing dependencies ahead of time:
git clone https://github.com/akatakritos/codemash-schedule-vue.git
cd codemash-schedule-vue
npm install