https://github.com/dosymep/dosymep.github.io
https://github.com/dosymep/dosymep.github.io
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dosymep/dosymep.github.io
- Owner: dosymep
- Created: 2022-05-11T06:11:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T14:10:54.000Z (over 1 year ago)
- Last Synced: 2025-02-24T15:27:13.974Z (over 1 year ago)
- Language: JavaScript
- Size: 277 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal page
https://dosymep.net
https://dosymep.github.io
# Build
```bash
brew install node
npm install --global yarn
yarn install
yarn build
```
# Preview
```bash
yarn preview
```