Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
52 lines (33 loc) · 1.02 KB

README.md

File metadata and controls

executable file
·
52 lines (33 loc) · 1.02 KB

SITCON Hackathon 2024 Landing Page

Forked from Technology LandingPage

Getting Started

Prerequisites

Node.js 12+ (versions below could work, but are not tested)

Installing

  1. Clone the repository

    git clone https://github.com/sitcon-tw/hackathon2024-landing
    
  2. Install dependencies, this can take a minute

    cd hackathon2024-landing
    
    npm install
    
  3. Start the local server

    npm start
    

Your browser should now open and show the app. Otherwise open http://localhost:3000/ in your browser. Editing files will automatically refresh the page.

Deployment

If you are happy with the state of your website you can run:

npm run build 

License

This project is licensed under the MIT License - see the LICENSE.md file for details.