This website's docs
Learn how to use and customise this website to your liking.
Getting Started From Scratch
this is to get started with a project like this, although I would recommend doing the normal getting started more info can be found on the official docs
- Create a folder for your project
- Open it in Vs Code
- Use ctr/cmd + ` to open a terminal
- write the following
npm create analog@latest - give the project a name
- use angular 17 template
- use tailwindcss
- create the necessary folders:
- in the assets folder add the following folders:
- fonts
- images
- in the src folder add this folder:
- content
- blog
- content
- in the app folder add
- components
- layouts
- models
- services
- in the assets folder add the following folders:
- cd into the analog-demo folder by typing
cd analog-demo - run
to install all of the dependenciesnpm i - use
to run the programnpm run dev