Welcome to the Aeon project! This is the codebase for Aeon's web platform.
This project is built using SvelteKit and is designed to showcase our landing page and a proof-of-concept (PoC) for biomolecular analysis.
- Landing Page: The main landing page introduces Aeon and its mission.
/analyzeEndpoint: This endpoint provides a proof-of-concept for viewing biomolecular analysis results. Users can upload a.jsonfile containing findings, and the application will display the formatted JSON data on the page. This allows for easy visualization and review of analysis outputs.
To get started with the Aeon project, follow these steps:
Make sure you have Node.js and npm (or pnpm or yarn) installed on your machine.
Clone the repository and install the dependencies:
git clone <your-repository-url>
cd <your-repository-directory>
npm installTo start the development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openThis will launch the development server, and you can access the landing page at http://localhost:<port> (usually http://localhost:5173). Navigate to /analyze to access the proof-of-concept endpoint.
To create a production build of the application:
npm run buildYou can preview the production build locally with:
npm run previewTo deploy your application, you will need to choose an adapter for your target environment. Refer to the SvelteKit documentation on adapters for more information. {{ You might want to add specific deployment instructions here if you have a preferred platform. }}
For more information about SvelteKit, check out the official SvelteKit documentation.
Aeon - Navigate Your Healthspan with Causal Intelligence.