Download

Download the archive from nebulabuild from this link.

Unzip the archive into your project and use!

NPM

npm i nebulabuild
After installing the package!
Find the nebulabuild folder in the node_modules folder, copy it to a new project, go to this new project and install all the

npm i

dependencies in it and run

npm run dev

In the root of the project, create a folder public/pictures to put images etc.

GitHub Pages

Astro Documentation

File settings astro.config.mjs

site: 'https://name.github.io' - Your name on gitHub

base: '/reponame/' - repo name

Multipage Links

<a href="/namerepo/">Home</a>
<a href="/namerepo/about/">About</a>

GitHub Pages + Custom Git

In the project structure there is file CNAME, add the address of your custom domain with the prefix

sub.
(sub.example.com)

Vercel

File settings astro.config.mjs

import vercel from '@astrojs/vercel' - Import vercel

site: 'https://name.vercel.app' - site name

adapter: vercel() - add adapter

Then register and log in to the site with your account Vercel. select your repository and import it into project Vercel


Multipage Links

<a href="/">Home</a>
<a href="about">About</a>

Dependencies

swiper

gsap

sass

vite-plugin-browser-sync

vercel

scrollreveal

Usage Ready Blocks

Ready Blocks has a structure and basic styles, if desired, you can customize them for yourself.

To use, uncomment the blocks and add them to the project in the desired location.

Disable dashbord astro (MacOS)

npx astro preferences enable devToolbar
npx astro preferences disable devToolbar

Extensions