An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# unnamed.team
[![Deployment Status](https://img.shields.io/github/deployments/yusshu/unnamed.team/production?label=deployment)](https://github.com/yusshu/unnamed.team/deployments/)
[![MIT License](https://img.shields.io/badge/license-MIT-blue)](license.txt)
[![Discord](https://img.shields.io/discord/683899335405994062)](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 projects

Check 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
```