Publih On: 2023-12-02
Installation this project.
cd C:\Users\pcname\desktop\project
- change pcname with your pc name and change project with your project name.npm install
npm run dev
localhost:4321
Now you need to update and config your website,for first you need to access on src/data
open config.json
and home.json
files and change with your needed.
You can change title, description ,and others for your website.
Ok, Now we can move to src/pages
folder.
Need to change and update
about
read here how to work with about page→blog
read here how to work with blog page→contact
read here how to work with contact page→gallery
read here how to work with gallery page→gallery/image
read here how to work with gallery page→gallery/video
read here how to work with gallery page→services
read here how to work with services page→Next step, you can create promotion widget page for displaying on all page post article.
Access on src/content/services
read here how to work with content promotion page →
Before push your project, you need to add your domain.
For first you can open astro.config.mjs
and change site url with your domain name , example
export default defineConfig({
site: 'yourdomain.com',
integrations: [preact()]
});
If you want , you can use our services for work with headless cms and setup your website project,until your website is live !!