https://github.com/ethersphere/frontpage.github.io
The front page of Swarm.
https://github.com/ethersphere/frontpage.github.io
css html
Last synced: 12 months ago
JSON representation
The front page of Swarm.
- Host: GitHub
- URL: https://github.com/ethersphere/frontpage.github.io
- Owner: ethersphere
- Created: 2020-11-16T11:42:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T07:21:37.000Z (over 3 years ago)
- Last Synced: 2025-05-03T19:39:25.479Z (about 1 year ago)
- Topics: css, html
- Language: TypeScript
- Homepage:
- Size: 25.6 MB
- Stars: 2
- Watchers: 5
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
# Development
First, run the development server:
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Icons (development)
Icons are in the `./icons/svg` folder, optimized and stripped of the width and height values.
Create components from the icons by running:
```bash
npm run build-icons
```
# Production
```bash
npm ci
npm run build
npm run export
```
# Content
All content is structured under the `/data` folder. Most of the pages are structured dynamically, which allows for custom modifications and enables building new content pages quickly. All Pages should be in the `/data/pages` folder. They are not automatically generated, the page slug has to be added in the `/pages/[...slug].tsx` file.