Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 846 Bytes

readme.md

File metadata and controls

25 lines (20 loc) · 846 Bytes

unnamed.team

Deployment Status MIT License Discord

The unnamed team web-page built on Next.js. Contains our home page, the emojis web editor, and the documentation page for all our projects

Check it out here

How to run

# Clone the repository
git clone https://github.com/unnamed/unnamed.team
cd unnamed.team

# Install dependencies
yarn

# Start development server
yarn dev