https://github.com/toeverything/affine.pro
AFFiNE official website, source for affine.pro
https://github.com/toeverything/affine.pro
Last synced: 5 months ago
JSON representation
AFFiNE official website, source for affine.pro
- Host: GitHub
- URL: https://github.com/toeverything/affine.pro
- Owner: toeverything
- License: agpl-3.0
- Created: 2023-03-14T08:20:08.000Z (over 2 years ago)
- Default Branch: production
- Last Pushed: 2024-10-29T07:48:01.000Z (9 months ago)
- Last Synced: 2024-10-29T21:28:02.809Z (9 months ago)
- Language: Vue
- Homepage: https://affine.pro
- Size: 1.51 GB
- Stars: 627
- Watchers: 14
- Forks: 108
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-affine - affine-homepage - The source for affine.pro (Design)
README
# affine.pro
This repo is [AFFiNE official website](https://AFFiNE.pro) and blog source code.
# How to develop
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install
```## Development Server
Start the development server on http://localhost:3001
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.