https://github.com/toggle-corp/togglecorp-website
Togglecorp Website
https://github.com/toggle-corp/togglecorp-website
Last synced: about 1 month ago
JSON representation
Togglecorp Website
- Host: GitHub
- URL: https://github.com/toggle-corp/togglecorp-website
- Owner: toggle-corp
- Created: 2022-04-14T11:23:13.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-01T10:02:13.000Z (about 1 year ago)
- Last Synced: 2025-04-01T10:34:12.325Z (about 1 year ago)
- Language: TypeScript
- Size: 55.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Togglecorp Website
Website for Togglecorp
## Getting Started
First, run the development server:
```bash
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Building
Build the project using:
```bash
yarn build
```
Get the statically generated website using:
```bash
yarn export
```