A website for the ASIMOV Platform built with Svelte and Tailwind CSS.
- Clone the repository.
git clone https://github.com/asimov-platform/asimov.sh.git
cd asimov.sh- Install dependencies:
nvm use # Ensure you are using Node.js v22 (required for this project's ESM features and performance optimizations)
npm install
# or
pnpm install- Start the development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of the app:
npm run buildYou can preview the production build with:
npm run previewCopyright © 2025 ASIMOV Platform