A modern web application landing page for a charity hackathon organized by Astana Hub and Angels of Freedom.
- Node.js 18.17 or later
- npm or yarn package manager
-
Clone the repository:
git clone https://github.com/JustTrott/hackathon-meta.git cd hackathon-meta -
Install dependencies:
npm install # or yarn install
Run the development server:
npm run dev
# or
yarn devCreate a production build:
npm run build
# or
yarn buildStart the production server:
npm run start
# or
yarn startThis project is licensed under the MIT License - see the LICENSE file for details.