Skip to content

This project is an open source personal website which is built with Next.js and firebase. You can use it to build your very own website.

Notifications You must be signed in to change notification settings

codern-app/personal-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Website

This project is an open source personal website which is built with Next.js and firebase.

Getting Started

Firebase Configuration

First, create a firebase project here.

Then, add new parameters (as json) in firebase remote configs tab with the following keys:

key type example
experience Experience[] experience.json
highlights Highlight[] highlights.json
portfolio PortfolioSection[] portfolio.json
profile ProfileResponse profile.json
recommendations RecommendationsResponse recommendations.json

Run Locally

Then, set the environment variables in .env.local file. You can use .env.example as a template.

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Production Build

yarn build

Contributing

Please read CONTRIBUTING.md for more details.

About

This project is an open source personal website which is built with Next.js and firebase. You can use it to build your very own website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published