https://github.com/toggle-corp/togglecorp-website
Togglecorp Website
https://github.com/toggle-corp/togglecorp-website
Last synced: 3 months 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 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-30T06:38:25.000Z (9 months ago)
- Last Synced: 2025-01-09T07:13:03.208Z (4 months 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
```