Skip to content

Website to explore a curated list of Grizzlython hackathon submissions made by Superteam members

License

Notifications You must be signed in to change notification settings

SuperteamDAO/superteam-grizzlython-submissions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Superteam Grizzlython Submissions

Website to find all the Superteam submissions for Grizzlython hackathon

Deploy to production

You can see the results locally in production mode with:

$ npm run build
$ npm run start

The generated HTML and CSS files are minified (built-in feature from Next js). It will also removed unused CSS from Tailwind CSS.

You can create an optimized production build with:

npm run build-prod

Now, your blog is ready to be deployed. All generated files are located at out folder, which you can deploy with any hosting service.

Testing

All tests are colocated with the source code inside the same directory. So, it makes it easier to find them. Unfortunately, it is not possible with the pages folder which is used by Next.js for routing. So, what is why we have a pages.test folder to write tests from files located in pages folder.

About

Website to explore a curated list of Grizzlython hackathon submissions made by Superteam members

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages