https://github.com/unnamed/unnamed.team
Unnamed Team's webpage built on Next.js
https://github.com/unnamed/unnamed.team
Last synced: 4 months ago
JSON representation
Unnamed Team's webpage built on Next.js
- Host: GitHub
- URL: https://github.com/unnamed/unnamed.team
- Owner: unnamed
- License: mit
- Created: 2021-10-30T07:09:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T08:09:37.000Z (over 1 year ago)
- Last Synced: 2024-12-28T16:43:26.173Z (5 months ago)
- Language: TypeScript
- Homepage: https://unnamed.team/
- Size: 696 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# unnamed.team
[](https://github.com/yusshu/unnamed.team/deployments/)
[](license.txt)
[](https://discord.gg/xbba2fy)The [unnamed](https://github.com/unnamed) team web-page built
on [Next.js](https://nextjs.org/). Contains our home page, the
[emojis](https://github.com/unnamed/emojis)
[web editor](https://unnamed.team/project/glyphs), and the
documentation page for all our projectsCheck it out [here](https://unnamed.team)
## How to run
```shell
# Clone the repository
git clone https://github.com/unnamed/unnamed.team
cd unnamed.team# Install dependencies
yarn# Start development server
yarn dev
```