https://github.com/mnfst/website
Manifest website: https://manifest.build
https://github.com/mnfst/website
manifest official website
Last synced: about 1 year ago
JSON representation
Manifest website: https://manifest.build
- Host: GitHub
- URL: https://github.com/mnfst/website
- Owner: mnfst
- Created: 2022-06-09T09:52:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T15:50:44.000Z (over 1 year ago)
- Last Synced: 2025-04-04T11:05:41.778Z (about 1 year ago)
- Topics: manifest, official, website
- Language: TypeScript
- Homepage: https://manifest.build
- Size: 34.9 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Manifest website
Manifest website source code. View it live: https://manifest.build
The website is built with [Next.js](https://nextjs.org/).
## Install
```
npm install
npm run dev
```
## Manifest docs
The documentation website is located in the `/docs` directory and built with [Docusaurus](https://docusaurus.io/).
The content of the documentation itself is located in [its own repository](https://github.com/mnfst/docs) and fetched with the `npm run fetch-content` command that clones it.
```
cd docs
npm install
npm run fetch-content
npm run start
```