Personal blog application written in AstroJs. View via mertaltun.com.
Parameter(* means mandatory) |
Default | Description |
---|---|---|
PUBLIC_API_URL | 3000 | Spesific Api url |
- Rename .env.example file to .env.development(for prod .env) and edit config parameters
Builds the app to the dist
folder.
yarn && yarn build
In the project directory, you can run:
For dev and ts hot reload
- reads .env.development file for config
yarn dev
For prod
- reads .env file for config
yarn start
docker image build -t personal-blog-app .
docker run -p 3000:3000 personal-log-app