This project is the landing page for MeshNav, a custom navigation project. It's built using Svelte and Tailwind CSS.
src/routes/+page.svelte
: Main Svelte component for the landing page.src/styles/globals.css
: Global CSS styles including Tailwind CSS imports.src/styles/font.css
: Font definitions and imports.Clone the repository and install dependencies:
git clone https://github.com/RachitKumar205/meshnav-svelte-production.git
cd meshnav-svelte-production
npm install
To start the development server:
npm run dev
This will start the server and you can view the landing page at http://localhost:3000
.
To create a production build:
npm run build
To preview the production build:
npm run preview
src/styles/font.css
.This project is licensed under the MIT License. See the LICENSE
file for more details.