https://github.com/nirjan-dev/nirjan.dev-elderjs
https://github.com/nirjan-dev/nirjan.dev-elderjs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nirjan-dev/nirjan.dev-elderjs
- Owner: nirjan-dev
- License: mit
- Created: 2020-10-19T02:31:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T07:05:39.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T03:16:36.792Z (11 months ago)
- Language: Svelte
- Homepage: nirjan-dev-git-main.nk-webdev.vercel.app
- Size: 1.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Studiodagger
This is the personal site of Nirjan Khadka created using the project template for [Elder.js](https://elderguide.com/tech/elderjs/). You can view the live site [here](studiodagger.com). If you want you can use this project as a starting point for your own site but I would appreciate it if you gave me credit somewhere on the site but only if you want to.
### Install the dependencies:
```bash
yarn
```
### Start Project:
```bash
yarn start
```
Navigate to [localhost:3000](http://localhost:3000). You should see the site running.
### Development:
```bash
yarn dev
```
edit a component file in `src`, save it, and reload the page to see your changes.
### To Build HTML:
```bash
yarn build
```
This will build all of your html into the /public/ folder.
### What to Expect
- Nodemon is watching your files for changes. It will restart when it needs to.
- Rollup is watching your files for changes. It will restart when it needs to.
- If your `elder.config.js` has `@elderjs/plugin-browser-reload': {}` in it's plugins, your browser will automatically restart after the server restarts.