Source for my blog at https://ame.yl3.lv/
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
.vscode | 4 months ago | |
public | 3 months ago | |
src | 2 months ago | |
.gitignore | 4 months ago | |
README.md | 2 months ago | |
astro.config.mjs | 3 months ago | |
package-lock.json | 2 months ago | |
package.json | 2 months ago | |
tailwind.config.cjs | 4 months ago | |
tsconfig.json | 3 months ago |
README.md
YL3AME Bloga Izejas kods
Šis ir mana https://ame.yl3.lv/ bloga kods.
Veidots ar
npm create astro@latest -- --template blog
Komandas
All commands are run from the root of the project, from a terminal.
(Use npm as bun currently does not build this anymore, getting error ReadableByteStreamController)
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
npm run prettier |
Run prettier on all ./src/ directory |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro --help |
Get help using the Astro CLI |
Deployment
npm run build
rsync -av --delete dist/ yl3ame@everglade:public
Vairāk par Astro
Check out our documentation or jump into our Discord server.