https://github.com/ehpanda-team/ehpanda-website
The source code for https://ehpanda.app.
https://github.com/ehpanda-team/ehpanda-website
css html javascript static-site tailwind vue
Last synced: 4 months ago
JSON representation
The source code for https://ehpanda.app.
- Host: GitHub
- URL: https://github.com/ehpanda-team/ehpanda-website
- Owner: EhPanda-Team
- Created: 2021-12-26T10:34:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T12:02:53.000Z (about 3 years ago)
- Last Synced: 2025-10-11T09:06:06.915Z (8 months ago)
- Topics: css, html, javascript, static-site, tailwind, vue
- Language: JavaScript
- Homepage: https://ehpanda.app
- Size: 42.5 MB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ehpanda-website
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).