█▀ █░█ █▀▀ █░░ ▀█▀ █▀▀ █▀█ █▄░█ █▀▀ █▀█ ▄▀█ █▀▀ █▀▀ █▀█
▄█ ▀▄▀ ██▄ █▄▄ ░█░ ██▄ █▄█ █░▀█ ██▄ █▀▀ █▀█ █▄█ ██▄ █▀▄
Check website @https://svelteonepager.web.app/
SvelteOnePager is an open-source, one-page website template built with Svelte, integrated with Firebase for easy deployment. It simplifies the development and deployment process, making it perfect for personal, educational, or small business websites.
git clone https://github.com/Faktor22/SvelteOnePager.git
cd SvelteOnePager
npm install
npm install -g firebase-tools
firebase login
firebase init
Follow the prompts to link your Firebase project and configure the hosting settings.
npm run dev
Open http://localhost[port] in your browser to see your project live. Please note that [port] should be replaced with the actual port number your project is running on. This number can vary depending on your setup. By default, Svelte apps start on port 5000, but if this port is already in use or your setup is configured differently, the port number might be different. You can usually find the correct port number printed in the terminal where you ran the npm run dev command.
npm run build
firebase deploy
Contributions are welcome! Feel free to fork the repo, make your improvements, and submit a pull request.
SvelteOnePager is open source and available under the MIT license. Free for both personal and commercial use.