Forked from Technology LandingPage
-
Linux:
sudo apt install nodejs npm
-
Windows or macOS:
-
Clone the repository
git clone https://github.com/sitcon-tw/hackathon2024-landing
-
Install dependencies, this can take a minute
cd hackathon2024-landing npm install
-
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.
If you are happy with the state of your website you can run:
npm run build
This project is licensed under the MIT License - see the LICENSE.md file for details.