Skip to content

eceday/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECE Day Website

This repo is the static website for ECE Day 2024, built in Next.js.

Installation

Install yarn v1.22.19 and node v18.10.0. If you are running into issues with later steps, confirm your versions match by running yarn -v and node -v.

Install Prettier (esbenp.prettier-vscode) under Extensions. We follow the Airbnb style guideline for JavaScript code and this extension will automatically format on save for you.

Running Locally

Run yarn to install all node_modules.

Run yarn dev to run locally on your machine.

Generating a Production Build

Run yarn build to bundle and minify all code.

Run yarn start to run a production-ready copy of your website locally.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors